diff --git a/astrbot/core/platform/sources/wechatpadpro/wechatpadpro_adapter.py b/astrbot/core/platform/sources/wechatpadpro/wechatpadpro_adapter.py index 92fe58715..bfb19e7e8 100644 --- a/astrbot/core/platform/sources/wechatpadpro/wechatpadpro_adapter.py +++ b/astrbot/core/platform/sources/wechatpadpro/wechatpadpro_adapter.py @@ -255,8 +255,8 @@ class WeChatPadProAdapter(Platform): attempts = 0 # 初始化尝试次数 max_attempts = 6 # 最大尝试次数 - countdown = 30 # 倒计时时长 - logger.info(f"请在 {countdown} 秒内扫码登录!!!") + countdown = 180 # 倒计时时长 + logger.info(f"请在 {countdown} 秒内扫码登录。") while attempts < max_attempts: async with aiohttp.ClientSession() as session: try: