Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
7644de5
1
Parent(s):
699c361
update
Browse files- backend-cli.py +1 -1
backend-cli.py
CHANGED
@@ -194,7 +194,7 @@ if __name__ == "__main__":
|
|
194 |
if socket.gethostname() in {'hamburg'} or os.path.isdir("/home/pminervi"):
|
195 |
wait = False
|
196 |
|
197 |
-
if
|
198 |
import time
|
199 |
time.sleep(60 * random.randint(2, 5))
|
200 |
|
|
|
194 |
if socket.gethostname() in {'hamburg'} or os.path.isdir("/home/pminervi"):
|
195 |
wait = False
|
196 |
|
197 |
+
if wait:
|
198 |
import time
|
199 |
time.sleep(60 * random.randint(2, 5))
|
200 |
|