From 15ffbb0d607979c1124ac86d7de6a6359519b08e Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 28 Apr 2025 10:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E5=A4=84=E7=90=86?= 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 b2483cb..6c0fcb1 100644 --- a/robot.py +++ b/robot.py @@ -167,6 +167,7 @@ class Robot(Job): chatroom_info = self.client.get_chatroom_info(self.app_id, msg.roomid) resp_obj = json_to_object(chatroom_info) infos = resp_obj.data + self.LOG.info(f"chatroom_info: {infos}") self.contacts_db.save_chatroom_info(infos) self.LOG.info(f"添加新的群信息到数据库成功:{infos}") except Exception as e: