mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +02:00
add sleep
This commit is contained in:
parent
1f7f788381
commit
943f2b7722
1 changed files with 2 additions and 0 deletions
|
@ -922,6 +922,8 @@ def move_to_script_folder():
|
|||
# --------------------------------------
|
||||
|
||||
def wait_for_workers():
|
||||
log(f"Starting..............", flush=True)
|
||||
time.sleep(10)
|
||||
pandora = pypandora.PyPandora(root_url=pandora_root_url)
|
||||
workers = pandora.get_enabled_workers()
|
||||
while not pandora.is_up:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue