From 16214a90049c29f4116c8f9d968c8a60a9800858 Mon Sep 17 00:00:00 2001 From: H Vs Date: Thu, 27 Feb 2025 17:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/login_resources.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/login_resources.py b/resources/login_resources.py index f48f40a..c2b8eef 100644 --- a/resources/login_resources.py +++ b/resources/login_resources.py @@ -142,6 +142,7 @@ def waitting_login_result(wxchat:gewe_chat.GeWeChatCom, token_id, app_id,region_ config_dict=config.model_dump() wxid=cleaned_login_info.get('wxid',agent_tel) wxchat.save_wxchat_config(wxid,config_dict) + break else: logger.info(f"登录检查中: {ret}-{msg}-{res}")