From 41afd11036f5ba4e8fb5695ee81ded8f486df836 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 30 Mar 2022 11:57:49 +0800 Subject: [PATCH] Changes --- Common.py | 1 + 1 file changed, 1 insertion(+) 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()