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
 
120
 
121
 class AclTaskMixin:
121
 class AclTaskMixin:
122
 	async def ws_conn0(self):
122
 	async def ws_conn0(self):
123
+		self.groups_set = set()
123
 		if glob_cl.has_cl:
124
 		if glob_cl.has_cl:
124
 			return
125
 			return
125
 		glob_cl.has_cl = True
126
 		glob_cl.has_cl = True

Loading…
Cancel
Save