You've already forked XiguaLiveDanmakuHelper
主动清理
This commit is contained in:
@ -94,7 +94,9 @@ def upload(date=datetime.strftime(datetime.now(), "%Y_%m_%d")):
|
||||
except Exception as e:
|
||||
Common.appendError(e.__str__())
|
||||
continue
|
||||
os.remove(i)
|
||||
if not Common.forceNotEncode:
|
||||
os.remove(i)
|
||||
Common.doClean()
|
||||
i = Common.uploadQueue.get()
|
||||
Common.appendUploadStatus("Upload Daemon Quiting")
|
||||
|
||||
|
Reference in New Issue
Block a user