mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix user
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user