Browse Source

auto commit

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

+ 3
- 0
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):
123
+		for group in self.groups_set:
124
+			
122
 	async def ws_conn0(self):
125
 	async def ws_conn0(self):
123
 		self.groups_set = set()
126
 		self.groups_set = set()
124
 		if glob_cl.has_cl:
127
 		if glob_cl.has_cl:

Loading…
Cancel
Save