浏览代码

auto commit

master
jfinn 2 年前
父节点
当前提交
524db5bb03
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      wsps/consumers.py

+ 1
- 0
wsps/consumers.py 查看文件

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

正在加载...
取消
保存