Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
38da6b92f9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      wsps/tasks_loop.py

+ 2
- 2
wsps/tasks_loop.py View File

@@ -152,7 +152,7 @@ class globCL(GCLMixin):
152 152
 		self.timeout = 1
153 153
 		self.fast_timeout = .1
154 154
 		pass
155
-	async def persistent_fast_cb_loop(self,*a,**kw):
155
+	async def persistent_fast_cb_loop_2(self,*a,**kw):
156 156
 
157 157
 		while 1:
158 158
 
@@ -183,7 +183,7 @@ class globCL(GCLMixin):
183 183
 				self.cbs_asap2 = self.cbs_asap
184 184
 				self.cbs_asap=[]
185 185
 			await asyncio.sleep(self.fast_timeout)
186
-	async def persistent_fast_cb_loop_(self,*a,**kw):
186
+	async def persistent_fast_cb_loop(self,*a,**kw):
187 187
 		while 1:
188 188
 			if len(self.cbs_asap):
189 189
 				cbs_once = [*self.cbs_asap]

Loading…
Cancel
Save