From f96dd9448b281c7956989b1b327b2073b9659b05 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 25 Nov 2019 09:36:50 +0800 Subject: [PATCH] Typo --- Common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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