Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
8ae87f8ced
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/consumers.py

+ 1
- 1
wsps/consumers.py View File

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

Loading…
Cancel
Save