Преглед изворни кода

Small extra wait time

microtasks
tech234a пре 3 година
родитељ
комит
451e52b195
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py Прегледај датотеку

@@ -267,7 +267,7 @@ while not gkiller.kill_now:
subthreads.remove(xa)
del xa

sleep(1) # wait a second to hopefully allow the other threads to finish
sleep(30) # wait 30 seconds to hopefully allow the other threads to finish

for fol in listdir("out"): #remove empty folders
try:


Loading…
Откажи
Сачувај