mirror of
https://github.com/xfgryujk/blivedm.git
synced 2024-12-26 04:40:11 +08:00
解析业务消息被停止时不打印消息日志
This commit is contained in:
parent
cfda838e01
commit
d8f7f6b782
@ -540,6 +540,8 @@ class BLiveClient:
|
||||
try:
|
||||
body = json.loads(body.decode('utf-8'))
|
||||
await self._handle_command(body)
|
||||
except asyncio.CancelledError:
|
||||
raise
|
||||
except Exception:
|
||||
logger.error('room=%d, body=%s', self.room_id, body)
|
||||
raise
|
||||
|
Loading…
Reference in New Issue
Block a user