更新blivedm

This commit is contained in:
John Smith 2019-09-17 23:08:03 +08:00
parent 6e737ce33f
commit b1061ae103
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9eb953720c3386a90fd67040c06a75dc870e8d5b
Subproject commit 22b159e0cb3e4a5d715f21f7c9078ae7f54775b4

View File

@ -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):