fix: 修复每次启动astrbot都需要微信扫码的问题

This commit is contained in:
Soulter
2025-01-31 01:28:49 +08:00
parent 1f0d2d9b89
commit 2ef139b59a
@@ -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}")