From 253f66a2ffc99c2b777bcf13be98c8cf6bad9a8a Mon Sep 17 00:00:00 2001 From: shenshuo <191715030@qq.com> Date: Tue, 18 Jun 2024 21:15:09 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B46=E6=9C=8818=E6=97=A5=20=20crlf=20?= =?UTF-8?q?>lf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mg/handlers/login_v5_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mg/handlers/login_v5_handler.py b/mg/handlers/login_v5_handler.py index d675529..ed34f10 100644 --- a/mg/handlers/login_v5_handler.py +++ b/mg/handlers/login_v5_handler.py @@ -143,7 +143,7 @@ def get(self): self.clear_cookie("auth_key", domain=root_domain) self.clear_cookie("is_login", domain=root_domain) except Exception as err: - pass + logging.error(err) self.set_status(401) self.finish()