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()
|
print_screen()
|
||||||
|
|
||||||
# Wait for workers
|
# Wait for workers
|
||||||
# wait_for_workers()
|
wait_for_workers()
|
||||||
|
|
||||||
return "WAIT"
|
return "WAIT"
|
||||||
|
|
||||||
|
@ -901,7 +901,7 @@ def main(_):
|
||||||
print("main")
|
print("main")
|
||||||
try:
|
try:
|
||||||
# Wait for workers to start
|
# Wait for workers to start
|
||||||
wait_for_workers()
|
# wait_for_workers()
|
||||||
# Enter the mail loop
|
# Enter the mail loop
|
||||||
state = "START"
|
state = "START"
|
||||||
while state != "STOP":
|
while state != "STOP":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue