From fb15e2339ed3b86b49b5ba0e2eb799b217d0321f Mon Sep 17 00:00:00 2001 From: Qinyang Liu <93815242+willow-god@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A9=E6=9B=B4=E6=96=B0run.py=EF=BC=8C?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=AF=86=E7=A0=81=E6=98=AF=E5=90=A6=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 34fb5a9..84c8ab3 100644 --- a/run.py +++ b/run.py @@ -28,7 +28,7 @@ if config["email_push"]["enable"] or config["rss_subscribe"]["enable"]: port = email_settings["port"] use_tls = email_settings["use_tls"] password = os.getenv("SMTP_PWD") - print("密码检测是否存在:", password[:6], "**********") + print("密码检测是否存在:", password[:4], "****", password[-3:]) if config["email_push"]["enable"]: print("邮件推送已启用")