输出机器人的好友信息。用于调试

This commit is contained in:
liuwei
2025-04-03 11:03:25 +08:00
parent 30c392c39e
commit dbda48f01f

View File

@@ -40,6 +40,7 @@ class ContactManager:
contacts: 联系人字典,格式为 {"wxid": "NickName"}
"""
self._contacts = contacts
self._logger.info(f"联系人信息contacts={contacts}")
self._logger.info(f"联系人信息已更新,共 {len(contacts)} 个联系人")
# 分类联系人
self._classify_contacts()