Browse Source

auto commit

master
jfinn 9 months ago
parent
commit
86726b5e15
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      edan_v1/hrld/tasks_loop.py

+ 1
- 0
edan_v1/hrld/tasks_loop.py View File

@@ -226,6 +226,7 @@ class globCL(GCLMixin):
226 226
 					k += 1
227 227
 			await asyncio.sleep(self.fast_timeout)
228 228
 	async def persistent_loop(self,*a,**kw):
229
+		print("persistent_loop")
229 230
 		while 1:
230 231
 			for k,v in [*self.cbs.items()]:
231 232
 				try:

Loading…
Cancel
Save