@@ -28,8 +28,8 @@ class MyBLiveClient(blivedm.BLiveClient):
asyncdefmain():
# 139是黑桐谷歌的直播间
# 如果SSL验证失败就把第二个参数设为False
client=MyBLiveClient(139,True)
# 如果SSL验证失败就把ssl设为False
client=MyBLiveClient(139,ssl=True)
future=client.start()
try:
# 5秒后停止,测试用
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.