Browse Source

auto commit

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

+ 1
- 0
wsps/consumers.py View File

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

Loading…
Cancel
Save