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()