@@ -30,9 +30,9 @@ class MyBLiveClient(blivedm.BLiveClient):
asyncdefmain():
# 139是黑桐谷歌的直播间
# 参数1是直播间ID
# 如果SSL验证失败就把ssl设为False
client=MyBLiveClient(139,ssl=True)
client=MyBLiveClient(14917277,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.