From 2ef139b59a423f9cb2f9bcda59d4c0df1d74dd14 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Fri, 31 Jan 2025 01:28:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=AF=8F=E6=AC=A1?= =?UTF-8?q?=E5=90=AF=E5=8A=A8astrbot=E9=83=BD=E9=9C=80=E8=A6=81=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E6=89=AB=E7=A0=81=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/platform/sources/gewechat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/platform/sources/gewechat/client.py b/astrbot/core/platform/sources/gewechat/client.py index 836f63e71..bb5d6e1f1 100644 --- a/astrbot/core/platform/sources/gewechat/client.py +++ b/astrbot/core/platform/sources/gewechat/client.py @@ -294,7 +294,7 @@ class SimpleGewechatClient(): await asyncio.sleep(5) if appid: - sp.put(f"gewechat-appid-{nickname}", appid) + sp.put(f"gewechat-appid-{self.nickname}", appid) self.appid = appid logger.info(f"已保存 APPID: {appid}")