兼容B站弹幕升级(SC日文翻译字段改变)

This commit is contained in:
John Smith
2020-01-12 22:21:53 +08:00
parent 87651f044c
commit 15669a2084
2 changed files with 4 additions and 4 deletions

View File

@@ -30,9 +30,9 @@ class MyBLiveClient(blivedm.BLiveClient):
async def main():
# 139是黑桐谷歌的直播间
# 参数1是直播间ID
# 如果SSL验证失败就把ssl设为False
client = MyBLiveClient(139, ssl=True)
client = MyBLiveClient(14917277, ssl=True)
future = client.start()
try:
# 5秒后停止测试用