🎨 sort imports in file

This commit is contained in:
Mix
2021-01-30 06:10:04 +08:00
parent 02af1c1227
commit 5de41a18f9
5 changed files with 14 additions and 7 deletions

View File

@ -58,6 +58,7 @@ class WebSocket(BaseWebSocket):
try:
data = await self.receive()
except websockets.ConnectionClosedOK:
logger.debug(f'Websocket connection {self.websocket} closed')
break
except Exception as e:
logger.exception(f'Websocket client listened {self.websocket} '