From e0736f1658f616f50113159eb35aa854b2da0aa8 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 28 May 2020 10:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=85=E4=B8=8B=E8=BD=BD=E6=97=B6=E6=97=A0?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveDownloader.py b/liveDownloader.py index 51b562f..54ddbf4 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -31,7 +31,7 @@ def download(): _size += len(T) Common.modifyLastDownloadStatus( "Downloading >{}< @ {:.2f}%".format(path, 100.0 * _size / Common.config["p_s"])) - if _size > Common.config["p_s"]: + if _size > Common.config["p_s"] and not Common.config["dlO"]: Common.modifyLastDownloadStatus("Download >{}< Exceed MaxSize".format(path)) break Common.modifyLastDownloadStatus("Download >{}< Finished".format(path))