瀏覽代碼

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…
取消
儲存