diff --git a/Common.py b/Common.py index a75373a..e45d1a6 100644 --- a/Common.py +++ b/Common.py @@ -316,6 +316,7 @@ class downloader(XiGuaLiveApi): __danmakuBiasTime = None def getDanmaku(self): + super(downloader, self).getDanmaku() if self.__danmakuFile is not None and self.__danmakuFile.writable(): self.__danmakuFile.flush()