diff --git a/pandora-box.py b/pandora-box.py index 9af4a71..49d4cae 100755 --- a/pandora-box.py +++ b/pandora-box.py @@ -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":