Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
6949ee3932
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      wsps/tasks_loop.py

+ 3
- 2
wsps/tasks_loop.py View File

@@ -90,7 +90,8 @@ class AconMixin(DbgMixin):
90 90
     async def ws_disconn_once(self, *a,**kw):pass
91 91
     async def ws_rec_once(self, *a,**kw):pass
92 92
     async def receive(self, *a,**kw):
93
-        # print("REC")
93
+        print("REC")
94
+        print("",end="",flush=True)
94 95
         # print("-----------REC")
95 96
         await self.call_all_mro("ws_rec",*a,**kw)
96 97
         await self.ws_rec_once(*a,**kw)
@@ -233,7 +234,7 @@ class globCL(GCLMixin):
233 234
 	run_persistent_loop = _run_persistent_loop
234 235
 		
235 236
 		
236
-		
237
+
237 238
 
238 239
 # RldManMixin
239 240
 class RldMan(RldManMixin):

Loading…
Cancel
Save