Parcourir la source

auto commit

master
jfinn il y a 3 ans
Parent
révision
524db5bb03
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      wsps/consumers.py

+ 1
- 0
wsps/consumers.py Voir le fichier

@@ -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)

Chargement…
Annuler
Enregistrer