修复:因isValidRoom判断错误导致的无法获取弹幕,修正抽奖结束时间判断

This commit is contained in:
2019-02-01 13:08:09 +08:00
parent 81f730ea68
commit 1b920fa55c
3 changed files with 19 additions and 9 deletions

View File

@ -422,8 +422,6 @@ class Bilibili:
"videos": self.videos}
)
print(r.text)
for _p in self.files:
os.remove(_p.path)
def addChannel(self, name, intro=''):
"""