From 555cea2be5fe70779b9a091a66fbd6f1417bfe69 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 28 May 2025 15:36:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=EF=BC=8C=E8=A7=A3=E5=86=B3=E6=80=BB=E7=BB=93?= =?UTF-8?q?=E6=97=B6=E4=BD=BF=E7=94=A8=E4=BA=86=E5=85=B6=E4=BB=96=E7=BE=A4?= =?UTF-8?q?=E7=9A=84=E5=A4=87=E6=B3=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robot.py b/robot.py index 5c12099..b8b2e13 100644 --- a/robot.py +++ b/robot.py @@ -186,6 +186,7 @@ class Robot: friends = await self.ipad_bot.get_contract_list() self.head_images = self.get_all_head_images() self.all_chatroom_members = self.contacts_db.get_chatroom_member_list_name_all() + self.LOG.debug(f"all_chatroom_members:{self.all_chatroom_members}") self.contact_manager.set_contacts(self.allContacts, friends, self.head_images, self.all_chatroom_members) self.message_storage = MessageStorage(self.ipad_bot)