Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -25,7 +25,7 @@ def get_cpu_percent():
|
|
| 25 |
def simulate_work():
|
| 26 |
|
| 27 |
total = 0
|
| 28 |
-
for i in range(
|
| 29 |
total += i
|
| 30 |
|
| 31 |
@app.get("/")
|
|
|
|
| 25 |
def simulate_work():
|
| 26 |
|
| 27 |
total = 0
|
| 28 |
+
for i in range(500000):
|
| 29 |
total += i
|
| 30 |
|
| 31 |
@app.get("/")
|