process error, now can restart

This commit is contained in:
2020-03-28 16:11:50 +08:00
parent 014723a029
commit 6e2953e4e0
12 changed files with 75 additions and 34 deletions

View File

@@ -70,5 +70,5 @@ class Compresser:
return filelist
thread = threading.Thread(target=main, args=())
thread = threading.Thread(target=main, args=(), daemon=True)
thread.start()