修复下播延迟投稿判断

This commit is contained in:
root 2019-11-30 19:07:45 +08:00
parent 96fc50498c
commit 1c7840c10d

View File

@ -81,7 +81,7 @@ def doDelay():
if isBroadcasting or isEncode or isUpload:
resetDelay()
return False
return getTimeDelta(datetime.now(), delay) < 0
return datetime.now() > delay
def updateNetwork():