From 451e52b19582a00ba14449fe9aca3792a0a327f1 Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Wed, 23 Sep 2020 01:21:55 -0400 Subject: [PATCH] Small extra wait time --- worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.py b/worker.py index c1ee8e3..6a35cf0 100644 --- a/worker.py +++ b/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: