소스 검색

auto commit

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

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

@@ -54,6 +54,7 @@ class ChatConsumer(
54 54
         pass
55 55
 
56 56
     async def ws_rec(self, text_data):
57
+        return
57 58
         p("text_data:",text_data)
58 59
         print("",end="",flush=True)
59 60
         text_data_json = json.loads(text_data)

Loading…
취소
저장