Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
524db5bb03
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      wsps/consumers.py

+ 1
- 0
wsps/consumers.py View File

@@ -41,6 +41,7 @@ class ChatConsumer(
41 41
 	):
42 42
 	# def connect(self):
43 43
 	async def ws_conn0(self):
44
+		self.groups_set = set()
44 45
 		print("ChatConsumer:ws_conn0")
45 46
 		# p("!!!!!!!!!!!!!!!!!!!!?")
46 47
 		print("",end="",flush=True)

Loading…
Cancel
Save