From dbda48f01f893d97028c5ae9b08e250c34cb5864 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 3 Apr 2025 11:03:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=E7=9A=84=E5=A5=BD=E5=8F=8B=E4=BF=A1=E6=81=AF=E3=80=82=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/wechat/contact_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/wechat/contact_manager.py b/utils/wechat/contact_manager.py index 7f7d2c1..fda1dee 100644 --- a/utils/wechat/contact_manager.py +++ b/utils/wechat/contact_manager.py @@ -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()