Browse Source

auto commit

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

+ 1
- 0
wsps/tasks_loop.py View File

@@ -120,6 +120,7 @@ class AconMixin(DbgMixin):
120 120
 
121 121
 class AclTaskMixin:
122 122
 	async def ws_conn0(self):
123
+		self.groups_set = set()
123 124
 		if glob_cl.has_cl:
124 125
 			return
125 126
 		glob_cl.has_cl = True

Loading…
Cancel
Save