From f82bf53ef184e020f05aa994b23053d80475eaac Mon Sep 17 00:00:00 2001 From: didier Date: Wed, 9 Apr 2025 15:43:44 +0200 Subject: [PATCH] fix --- pandora-box.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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":