Bläddra i källkod

auto commit

master
jfinn 2 år sedan
förälder
incheckning
f3abc52126
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      wsps/tasks_loop.py

+ 2
- 1
wsps/tasks_loop.py Visa fil

75
 
75
 
76
 
76
 
77
 verbose = print
77
 verbose = print
78
+verbose=nop
78
 class DbgMixin:
79
 class DbgMixin:
79
 	async def ws_rec(self,text_data,*a,**kw):
80
 	async def ws_rec(self,text_data,*a,**kw):
80
 		# if "dbg" in 
81
 		# if "dbg" in 
87
 # class AconMixin:
88
 # class AconMixin:
88
 	async def connect(self):
89
 	async def connect(self):
89
 		# print("-----------CONNECTING async def connect")
90
 		# print("-----------CONNECTING async def connect")
90
-		p("ACON!!!!!!!!!!!!!!!!!!!!!!!!!!!")
91
+		# p("ACON!!!!!!!!!!!!!!!!!!!!!!!!!!!")
91
 		p(flush=True)
92
 		p(flush=True)
92
 		await self.accept()
93
 		await self.accept()
93
 		verbose("<MRO")
94
 		verbose("<MRO")

Laddar…
Avbryt
Spara