소스 검색

auto commit

master
jfinn 3 년 전
부모
커밋
0bc0f2fd64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      wsps/consumers.py

+ 1
- 1
wsps/consumers.py 파일 보기

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

Loading…
취소
저장