From 2400602aaebd62a3e416115c484c3ac886e05fe6 Mon Sep 17 00:00:00 2001 From: Luren <68656403+luren-dc@users.noreply.github.com> Date: Thu, 27 Mar 2025 04:44:24 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/tx/refresh_login.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/tx/refresh_login.py b/modules/tx/refresh_login.py index aea6bab..9e6ae9c 100644 --- a/modules/tx/refresh_login.py +++ b/modules/tx/refresh_login.py @@ -110,7 +110,6 @@ async def _process_refresh(user_info: Dict[str, Any]) -> Optional[bool]: "刷新过程异常 [账号: %s] 错误信息: %s", user_info["uin"], str(e), - exc_info=True, ) return False