录播延迟投稿,注释补全

This commit is contained in:
2019-11-29 09:23:11 +08:00
parent f96dd9448b
commit 6acc94b7c5
3 changed files with 20 additions and 8 deletions

View File

@ -127,7 +127,7 @@ def run():
Common.appendError(e.__str__())
time.sleep(5)
continue
time.sleep(5)
time.sleep(1)
else:
try:
Common.api.updRoomInfo()
@ -144,4 +144,4 @@ def run():
Common.forceStartUploadThread = False
if Common.doDelay():
Common.uploadQueue.put(True)
time.sleep(15)
time.sleep(5)