From ef7d4c8d3ec82e50508dfb6536f1b8003e7fbc2a Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Mon, 8 Apr 2019 22:01:38 +0800 Subject: [PATCH] Typo Error Fix --- liveDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveDownloader.py b/liveDownloader.py index bdfa4ed..8828013 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -53,7 +53,7 @@ def encode(): while True: i = encodeQueue.get() if forceNotEncode: - modifyLastUploadStatus("设置了不编码,所以[{}]不会编码".format(i)) + modifyLastEncodeStatus("设置了不编码,所以[{}]不会编码".format(i)) continue if os.path.exists(i): isEncode = True