From 8520a36be2cf36af64a5f15f07f9ba5d334ffe8d Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 5 Dec 2019 09:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=9C=AA=E5=BC=80=E6=92=AD?= =?UTF-8?q?=E5=9C=A8=E7=96=AF=E7=8B=82=E6=8F=90=E4=BA=A4=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveDownloader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liveDownloader.py b/liveDownloader.py index 2e80f9e..d568ce2 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -144,6 +144,6 @@ def run(): Common.forceStartUploadThread = False if Common.doDelay(): Common.uploadQueue.put(True) - isEncode = True - isUpload = True + Common.isEncode = True + Common.isUpload = True time.sleep(5)