From da0d95d6354eda9db74d895e27c898a6ce5d8490 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 26 May 2025 15:53:35 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index f34aefe..1818ff1 100644 --- a/robot.py +++ b/robot.py @@ -191,7 +191,7 @@ class Robot: # # 获取扩展信息,显示相关内容 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") + self.head_image = ext_profile.get("SmallHeadImgUrl") # 先接受堆积消息 self.LOG.info("处理堆积消息中")