From 1c7840c10d934dc244430c3a561544227ed86070 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 30 Nov 2019 19:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E6=92=AD=E5=BB=B6?= =?UTF-8?q?=E8=BF=9F=E6=8A=95=E7=A8=BF=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():