From f8a602e6a327913d527ff63879ecf3f7307441ea Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 22 Oct 2019 10:21:30 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common.py b/Common.py index eff9abe..1ca03e0 100644 --- a/Common.py +++ b/Common.py @@ -82,7 +82,7 @@ def doDelay(): resetDelay() return False if delay < 0: - resetDelay() + return False delay -= 1 return delay < 0 @@ -171,8 +171,8 @@ if config["dlO"] is True: forceNotEncode = True forceStartEncodeThread = False forceStartUploadThread = False -isEncode = False -isUpload = False +isEncode = True +isUpload = True uploadQueue = queue.Queue() encodeQueue = queue.Queue()