修复下播延迟投稿判断
This commit is contained in:
parent
96fc50498c
commit
1c7840c10d
@ -81,7 +81,7 @@ def doDelay():
|
|||||||
if isBroadcasting or isEncode or isUpload:
|
if isBroadcasting or isEncode or isUpload:
|
||||||
resetDelay()
|
resetDelay()
|
||||||
return False
|
return False
|
||||||
return getTimeDelta(datetime.now(), delay) < 0
|
return datetime.now() > delay
|
||||||
|
|
||||||
|
|
||||||
def updateNetwork():
|
def updateNetwork():
|
||||||
|
Reference in New Issue
Block a user