fix formatting

This commit is contained in:
Gwendolyn 2023-11-11 13:30:45 +01:00
parent 565404598b
commit 245e451033
4 changed files with 13 additions and 9 deletions

View file

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