mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
fix
This commit is contained in:
parent
170e2fac1b
commit
f82bf53ef1
1 changed files with 2 additions and 2 deletions
|
@ -845,7 +845,7 @@ def startup():
|
|||
print_screen()
|
||||
|
||||
# Wait for workers
|
||||
# wait_for_workers()
|
||||
wait_for_workers()
|
||||
|
||||
return "WAIT"
|
||||
|
||||
|
@ -901,7 +901,7 @@ def main(_):
|
|||
print("main")
|
||||
try:
|
||||
# Wait for workers to start
|
||||
wait_for_workers()
|
||||
# wait_for_workers()
|
||||
# Enter the mail loop
|
||||
state = "START"
|
||||
while state != "STOP":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue