Browse Source

auto commit

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

+ 3
- 0
wsps/tasks_loop.py View File

@@ -181,6 +181,9 @@ class globCL(GCLMixin):
181 181
 					self.cbs_asap2 = self.cbs_asap
182 182
 					self.cbs_asap=[]
183 183
 			await asyncio.sleep(self.fast_timeout)
184
+
185
+
186
+			
184 187
 	async def persistent_loop(self,*a,**kw):
185 188
 		while 1:
186 189
 			for k,v in [*self.cbs.items()]:

Loading…
Cancel
Save