Browse Source

...

master
jfinn 1 week ago
parent
commit
d1cfe0cd36
2 changed files with 1 additions and 2 deletions
  1. 1
    1
      wsps/consumers.py
  2. 0
    1
      wsps/tasks_loop.py

+ 1
- 1
wsps/consumers.py View File

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

+ 0
- 1
wsps/tasks_loop.py View File

@@ -72,7 +72,6 @@ class DbgMixin:
72 72
 class AconMixin(DbgMixin):
73 73
 # class AconMixin:
74 74
 	async def connect(self):
75
-		p("conn...")
76 75
 		p(end="",flush=True)
77 76
 		await self.accept()
78 77
 		verbose("<MRO")

Loading…
Cancel
Save