This commit is contained in:
Jerry Yan 2022-03-30 11:57:49 +08:00
parent 58ef92792f
commit 41afd11036

View File

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