登陆延迟问题

This commit is contained in:
2019-10-22 21:46:11 +08:00
parent f80a44f1ac
commit 83af0df5d4
3 changed files with 7 additions and 7 deletions

@ -57,10 +57,8 @@ def encode():
def upload():
date=datetime.strftime(datetime.now(), "%Y_%m_%d")
Common.appendUploadStatus("Upload Daemon Starting")
Common.loginBilibili()
i = Common.uploadQueue.get()
while True:
Common.doClean()
if i is True:
Common.publishVideo(date)
break