mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-03-13 19:30:46 +08:00
更新blivedm
This commit is contained in:
parent
6e737ce33f
commit
b1061ae103
2
blivedm
2
blivedm
@ -1 +1 @@
|
||||
Subproject commit 9eb953720c3386a90fd67040c06a75dc870e8d5b
|
||||
Subproject commit 22b159e0cb3e4a5d715f21f7c9078ae7f54775b4
|
@ -95,7 +95,7 @@ asyncio.ensure_future(_fetch_avatar_loop())
|
||||
|
||||
class Room(blivedm.BLiveClient):
|
||||
def __init__(self, room_id):
|
||||
super().__init__(room_id, session=_http_session)
|
||||
super().__init__(room_id, session=_http_session, heartbeat_interval=10)
|
||||
self.clients: List['ChatHandler'] = []
|
||||
|
||||
def stop_and_close(self):
|
||||
|
Loading…
Reference in New Issue
Block a user