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