Pārlūkot izejas kodu

auto commit

master
jfinn 3 gadus atpakaļ
vecāks
revīzija
0b01af4fd1
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      wsps/tasks_loop.py

+ 2
- 2
wsps/tasks_loop.py Parādīt failu

103
 	async def ws_disconn_once(self, *a,**kw):pass
103
 	async def ws_disconn_once(self, *a,**kw):pass
104
 	async def ws_rec_once(self, *a,**kw):pass
104
 	async def ws_rec_once(self, *a,**kw):pass
105
 	async def receive(self, *a,**kw):
105
 	async def receive(self, *a,**kw):
106
-		print("REC")
107
-		print("",end="",flush=True)
106
+		# print("REC")
108
 		# print("-----------REC")
107
 		# print("-----------REC")
109
 		await self.call_all_mro("ws_rec",*a,**kw)
108
 		await self.call_all_mro("ws_rec",*a,**kw)
110
 		await self.ws_rec_once(*a,**kw)
109
 		await self.ws_rec_once(*a,**kw)
110
+		print("",end="",flush=True)
111
 
111
 
112
 	async def call_all_mro(self,mthd_name,*args,**kwargs):
112
 	async def call_all_mro(self,mthd_name,*args,**kwargs):
113
 		called = set([None])
113
 		called = set([None])

Notiek ielāde…
Atcelt
Saglabāt