mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-03-13 03:10:47 +08:00
init_room支持降级
This commit is contained in:
parent
d6897ca4b4
commit
8cf4310152
@ -101,6 +101,10 @@ class Room(blivedm.BLiveClient):
|
||||
self.clients: List['ChatHandler'] = []
|
||||
self.auto_translate_count = 0
|
||||
|
||||
async def init_room(self):
|
||||
await super().init_room()
|
||||
return True
|
||||
|
||||
def stop_and_close(self):
|
||||
if self.is_running:
|
||||
future = self.stop()
|
||||
|
2
blivedm
2
blivedm
@ -1 +1 @@
|
||||
Subproject commit 4c64c1bd1e9fe634894d7b781eab1fef0e753907
|
||||
Subproject commit 3156142011c31343fb8acc0c14233c2b7ae0070f
|
Loading…
Reference in New Issue
Block a user