Browse Source

auto commit

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

+ 1
- 1
wsps/consumers.py View File

@@ -11,7 +11,7 @@ Mixins = wsps.tasks_loop.Mixins
11 11
 # class ChatConsumer(WebsocketConsumer,wsps.tasks_loop.AclTaskMixin,wsps.tasks_loop.AconMixin):
12 12
 class DispConsumer():
13 13
     async def ws_rec_once(self, text_data):
14
-        # print("WS~~ 1")
14
+        print("WS~~ 1")
15 15
         msg_data = json.loads(text_data) 
16 16
         # if 'message' in text_data_json:
17 17
 

Loading…
Cancel
Save