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
@@ -19,7 +19,7 @@ class TelegramModule(_ModuleBase):
"""
初始化模块
"""
clients = NotificationHelper().get_notifications()
clients = NotificationHelper().get_clients()
if not clients:
return
self._configs = {}