Browse Source

auto commit

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

+ 1
- 1
wsps/tasks_loop.py View File

119
 		await self.ws_conn_once(event)
119
 		await self.ws_conn_once(event)
120
 
120
 
121
 class AclTaskMixin:
121
 class AclTaskMixin:
122
-	async def ws_disconn(self,*,**kw):
122
+	async def ws_disconn(self,*a,**kw):
123
 		# for group in self.groups_set:
123
 		# for group in self.groups_set:
124
 		pass
124
 		pass
125
 
125
 

Loading…
Cancel
Save