Spaces:
Runtime error
Runtime error
Commit ·
6f3b005
1
Parent(s): 6dcc9f8
update
Browse files- backend-cli.py +1 -1
backend-cli.py
CHANGED
|
@@ -212,7 +212,7 @@ if __name__ == "__main__":
|
|
| 212 |
wait = False
|
| 213 |
|
| 214 |
if wait:
|
| 215 |
-
time.sleep(60 * random.randint(
|
| 216 |
pass
|
| 217 |
|
| 218 |
# res = False
|
|
|
|
| 212 |
wait = False
|
| 213 |
|
| 214 |
if wait:
|
| 215 |
+
time.sleep(60 * random.randint(5, 10))
|
| 216 |
pass
|
| 217 |
|
| 218 |
# res = False
|