Spaces:
Runtime error
Runtime error
pminervini
commited on
Commit
•
05f96f5
1
Parent(s):
0f6a779
update
Browse files- backend-cli.py +1 -1
backend-cli.py
CHANGED
@@ -190,7 +190,7 @@ if __name__ == "__main__":
|
|
190 |
import socket
|
191 |
if socket.gethostname() not in {'hamburg'}:
|
192 |
import time
|
193 |
-
time.sleep(60 * random.randint(
|
194 |
|
195 |
# res = False
|
196 |
res = process_pending_requests()
|
|
|
190 |
import socket
|
191 |
if socket.gethostname() not in {'hamburg'}:
|
192 |
import time
|
193 |
+
time.sleep(60 * random.randint(3, 10))
|
194 |
|
195 |
# res = False
|
196 |
res = process_pending_requests()
|