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}")