From f0f331671415b8546fd1518d638966a4b3bfe8be Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 13 Dec 2019 10:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A4=E4=BA=BA=E5=A4=B1=E6=99=BA=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9CTAT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Common.py b/Common.py index 44b6aaa..bca4c40 100644 --- a/Common.py +++ b/Common.py @@ -382,6 +382,7 @@ def uploadVideo(name): global isUpload if not os.path.exists(name): Common.appendError("Upload File Not Exist {}".format(name)) + return isUpload = True loginBilibili() doClean()