From c31e3a8106f7600fc1b52a320ca97178df8acf08 Mon Sep 17 00:00:00 2001 From: Jerry-Lubo-Server <792602257@qq.com> Date: Thu, 9 Apr 2020 23:53:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E8=AE=B0=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveDownloader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/liveDownloader.py b/liveDownloader.py index 1d577f0..51b562f 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -33,6 +33,7 @@ def download(): "Downloading >{}< @ {:.2f}%".format(path, 100.0 * _size / Common.config["p_s"])) if _size > Common.config["p_s"]: Common.modifyLastDownloadStatus("Download >{}< Exceed MaxSize".format(path)) + break Common.modifyLastDownloadStatus("Download >{}< Finished".format(path)) except Exception as e: Common.appendError("Download >{}< With Exception {}".format(path, e.__str__()))