Spaces:
Runtime error
Runtime error
pminervini
commited on
Commit
•
f1a3824
1
Parent(s):
ab109a3
update
Browse files- backend-cli.py +1 -1
backend-cli.py
CHANGED
@@ -188,7 +188,7 @@ def process_pending_requests() -> bool:
|
|
188 |
|
189 |
if __name__ == "__main__":
|
190 |
import time
|
191 |
-
time.sleep(60 * random.randint(5,
|
192 |
|
193 |
# res = False
|
194 |
res = process_pending_requests()
|
|
|
188 |
|
189 |
if __name__ == "__main__":
|
190 |
import time
|
191 |
+
time.sleep(60 * random.randint(5, 15))
|
192 |
|
193 |
# res = False
|
194 |
res = process_pending_requests()
|