diff --git a/Common.py b/Common.py index 4d033da..1653c66 100644 --- a/Common.py +++ b/Common.py @@ -316,9 +316,9 @@ class downloader(XiGuaLiveApi): playlist = None - def updRoomInfo(self): + def updRoomInfo(self, force=False): doClean() - super(downloader, self).updRoomInfo() + super(downloader, self).updRoomInfo(force) def _updateRoomOnly(self): global broadcaster, isBroadcasting, updateTime