From aec1cb0a903fca311754767491ae2cbed3566e19 Mon Sep 17 00:00:00 2001 From: Qinyang Liu <93815242+willow-god@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=96=E5=86=8D=E6=AC=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=8E=B7=E5=8F=96=E7=B3=BB=E7=BB=9F=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=B8=BA=E5=B0=8F=E6=8B=AC=E5=8F=B7?= 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 11ac12f..79c96e2 100644 --- a/run.py +++ b/run.py @@ -26,7 +26,7 @@ if config["email_push"]["enable"] or config["rss_subscribe"]["enable"]: server = email_settings["server"] port = email_settings["port"] use_tls = email_settings["use_tls"] - password = os.getenv["SMTP_PWD"] + password = os.getenv("SMTP_PWD") if config["email_push"]["enable"]: print("邮件推送已启用")