This commit is contained in:
jxxghp
2024-07-04 07:13:49 +08:00
parent dde2d22d93
commit 5f01dd5625
14 changed files with 51 additions and 19 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class VoceChatModule(_ModuleBase):
初始化模块
"""
self._clients = {}
clients = NotificationHelper().get_notifications()
clients = NotificationHelper().get_clients()
if not clients:
return
for client in clients: