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,6 +119,9 @@ class AconMixin(DbgMixin):
119 119
 		await self.ws_conn_once(event)
120 120
 
121 121
 class AclTaskMixin:
122
+	async def ws_disconn(self):
123
+		for group in self.groups_set:
124
+			
122 125
 	async def ws_conn0(self):
123 126
 		self.groups_set = set()
124 127
 		if glob_cl.has_cl:

Loading…
Cancel
Save