diff --git a/Common.py b/Common.py index 204058e..c457193 100644 --- a/Common.py +++ b/Common.py @@ -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():