From 1677afd97565c3eac0ad97e6037fc19d0fb74c56 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 13 May 2019 23:20:49 +0800 Subject: [PATCH] Typo Fix --- liveDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveDownloader.py b/liveDownloader.py index e827bdc..734b0a5 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -113,7 +113,7 @@ et.start() def run(): - global isEncode, isDownload + global isEncode, isDownload, et Common.refreshDownloader() if not Common.api.isValidRoom: Common.appendError("[{}]房间未找到".format(Common.config["l_u"]))