From e646085f0bcadd2646944c2ec5a4f282332fbcce Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 7 Feb 2022 14:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=92=AD=E5=90=8E=E7=94=B1=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E8=BF=9B=E7=A8=8B=E4=B8=AD=E6=96=AD=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E5=86=8D=E5=8E=BB=E6=9B=B4=E6=96=B0=E4=BF=A1=E6=81=AF=EF=BC=88?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E4=B8=80=E7=9B=B4=E5=9C=A8=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Common.py b/Common.py index 550fa29..e427e46 100644 --- a/Common.py +++ b/Common.py @@ -330,6 +330,8 @@ class downloader(XiGuaLiveApi): global broadcaster _prev_status = self.isLive doClean() + if not force and self.isLive: + return _prev_status _result = super(downloader, self).updRoomInfo(force) if _prev_status != self.isLive and not self.isLive: resetDelay()