소스 검색

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:


불러오는 중...
취소
저장