Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
abb1270f78
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/consumers.py

+ 1
- 1
wsps/consumers.py View File

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

Loading…
Cancel
Save