From b3162b1ed5677009aa9721547c2dd4a5c5b2733b Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 18 Apr 2019 10:43:04 +0800 Subject: [PATCH] ...Typo Error --- liveDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveDownloader.py b/liveDownloader.py index f3aa933..b037a7e 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -61,7 +61,7 @@ def encode(): continue if os.path.exists(i): isEncode = True - if os.path.getsize(path) < 8 * 1024 * 1024: + if os.path.getsize(i) < 8 * 1024 * 1024: Common.appendEncodeStatus("Encoded File >{}< is too small, will ignore it".format(path)) continue Common.appendEncodeStatus("Encoding >{}< Start".format(i))