Browse Source

...

master
jfinn 2 months ago
parent
commit
9c185e0168
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/consumers.py

+ 1
- 1
wsps/consumers.py View File

13
 # class ChatConsumer(WebsocketConsumer,wsps.tasks_loop.AclTaskMixin,wsps.tasks_loop.AconMixin):
13
 # class ChatConsumer(WebsocketConsumer,wsps.tasks_loop.AclTaskMixin,wsps.tasks_loop.AconMixin):
14
 class DispConsumer():
14
 class DispConsumer():
15
 	async def ws_rec_once(self, text_data):
15
 	async def ws_rec_once(self, text_data):
16
-		# print("WS~~ 12")
16
+		print("WS~~ 12")
17
 		msg_data = json.loads(text_data) 
17
 		msg_data = json.loads(text_data) 
18
 		if "key" in msg_data:
18
 		if "key" in msg_data:
19
 			key = "jm_" + msg_data["key"] 
19
 			key = "jm_" + msg_data["key"] 

Loading…
Cancel
Save