Browse Source

auto commit

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

+ 1
- 1
wsps/tasks_loop.py View File

104
 
104
 
105
 class AclTaskMixin:
105
 class AclTaskMixin:
106
 	async def ws_conn0(self):
106
 	async def ws_conn0(self):
107
-		glob_cl.run_persistent_loop(self)
107
+		# glob_cl.run_persistent_loop(self)
108
 		print("++++++++++++++++++++++++++")
108
 		print("++++++++++++++++++++++++++")
109
 		# oinfo(glob_cl)
109
 		# oinfo(glob_cl)
110
 	async def ws_conn_once(self,*a,**kw):
110
 	async def ws_conn_once(self,*a,**kw):

Loading…
Cancel
Save