From 1cc824d6242dcdb549991aaad4d4b1a97b050cfb Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 9 Apr 2020 17:19:48 +0800 Subject: [PATCH] TEST5 --- Common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common.py b/Common.py index acc37a6..0be2d45 100644 --- a/Common.py +++ b/Common.py @@ -317,7 +317,7 @@ class downloader(XiGuaLiveApi): _prev_status = self.isLive doClean() _result = super(downloader, self).updRoomInfo(force) - if _prev_status != self.isLive and _prev_status: + if _prev_status != self.isLive and not self.isLive: resetDelay() if _result: broadcaster = self.broadcaster