Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
0bc0f2fd64
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/consumers.py

+ 1
- 1
wsps/consumers.py View File

@@ -38,7 +38,7 @@ class ChatConsumer(
38 38
 	AsyncWebsocketConsumer,
39 39
 	):
40 40
 	# def connect(self):
41
-	async def ws_conn(self):
41
+	async def ws_conn0(self):
42 42
 		print("ChatConsumer:ws_conn0")
43 43
 		# p("!!!!!!!!!!!!!!!!!!!!?")
44 44
 		print("",end="",flush=True)

Loading…
Cancel
Save