fix formatting
This commit is contained in:
parent
565404598b
commit
245e451033
4 changed files with 13 additions and 9 deletions
|
@ -28,7 +28,7 @@ class MeshConsumer(AsyncWebsocketConsumer):
|
|||
async def connect(self):
|
||||
# todo: auth
|
||||
|
||||
#await self.log_text(None, "new mesh websocket connection")
|
||||
# await self.log_text(None, "new mesh websocket connection")
|
||||
await self.accept()
|
||||
self.ping_task = get_event_loop().create_task(self.ping_regularly())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue