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()