server启动之后,填入callback

This commit is contained in:
liuwei
2025-04-23 11:47:39 +08:00
parent 1ab34cde0a
commit b8ea01ce4b
5 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ class MessageUtil:
# 修改 MessageUtil 类的初始化方法,接受联系人管理器而不是联系人字典
def __init__(self):
self.app_id = gewe_client.app_id
self.client = gewe_client
self.client = gewe_client.client
self.contact_manager = ContactManager.get_instance()
self.LOG = logging.getLogger("MessageUtil")