From 42e9ad87a7721aea4b838b1e3c53e36cc8ea94e3 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 26 May 2025 15:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E4=BA=86=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/robot.py b/robot.py index 4a2cd7d..444e3ed 100644 --- a/robot.py +++ b/robot.py @@ -188,10 +188,10 @@ class Robot: self.message_storage = MessageStorage(self.ipad_bot) - # 获取扩展信息,显示相关内容 - ext_profile = await self.ipad_bot.get_profile_info_ext() - self.ipad_bot.profile_ext = ext_profile - self.ipad_bot.head_image = ext_profile.get("SmallHeadImgUrl").get("string") + # # 获取扩展信息,显示相关内容 + # ext_profile = await self.ipad_bot.get_profile_info_ext() + # self.ipad_bot.profile_ext = ext_profile + # self.ipad_bot.head_image = ext_profile.get("SmallHeadImgUrl").get("string") # 先接受堆积消息 self.LOG.info("处理堆积消息中")