1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00
This commit is contained in:
didier 2025-04-09 15:43:44 +02:00
parent 170e2fac1b
commit f82bf53ef1

View file

@ -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":