令人失智的操作TAT

This commit is contained in:
Jerry Yan 2019-12-13 10:51:40 +08:00
parent cd03b04cf7
commit f0f3316714

View File

@ -382,6 +382,7 @@ def uploadVideo(name):
global isUpload global isUpload
if not os.path.exists(name): if not os.path.exists(name):
Common.appendError("Upload File Not Exist {}".format(name)) Common.appendError("Upload File Not Exist {}".format(name))
return
isUpload = True isUpload = True
loginBilibili() loginBilibili()
doClean() doClean()