no message
This commit is contained in:
parent
30e7e56c11
commit
42fba119d1
2
main.py
2
main.py
|
@ -45,7 +45,7 @@ def do_computation(c_db):
|
||||||
exp = Computation(c_db)
|
exp = Computation(c_db)
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
time.sleep(random.uniform(0, 1))
|
# time.sleep(random.uniform(0, 1))
|
||||||
is_all_done = exp.run()
|
is_all_done = exp.run()
|
||||||
if is_all_done:
|
if is_all_done:
|
||||||
break
|
break
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue