1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +02:00
This commit is contained in:
didier 2025-04-09 15:26:06 +02:00
parent 2ddd15dd33
commit f536a5a357

View file

@ -882,7 +882,7 @@ def get_enabled_workers():
return [file.stem for file in yml_files]
def wait_for_workers():
target_count = get_enabled_workers() - 1
target_count = len(get_enabled_workers()) - 1
while True:
workers = self.pandora.get_enabled_workers()
log(f"Workers ready : {len(workers)}/ {target_count}")