There was an error while loading. Please reload this page.
1 parent 923276e commit 182cbd6Copy full SHA for 182cbd6
dj_idom/consumers.py
@@ -10,7 +10,6 @@ async def connect(self):
10
"""When the browser attempts to connect to the server."""
11
# Accept the connection
12
await self.accept()
13
- pass
14
15
# RECEIVING COMMANDS
16
async def receive_json(self, content, **kwargs):
0 commit comments