From 64c2314adb825124639688388164a20a89954fee Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 6 May 2025 09:00:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=A5=E5=BF=97=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wechat_ipad/client/login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wechat_ipad/client/login.py b/wechat_ipad/client/login.py index 2e0e969..1b8f30e 100644 --- a/wechat_ipad/client/login.py +++ b/wechat_ipad/client/login.py @@ -38,7 +38,7 @@ class LoginMixin(WechatAPIClientBase): response = await session.post(f'http://{self.ip}:{self.port}/api/Login/GetQR', json=json_param) json_resp = await response.json() - logger.info("get_qr_code:{}", json_resp) + logger.debug("get_qr_code:{}", json_resp) if json_resp.get("Success"): if print_qr: