From 596cacee65ce30a3d51c340cef3d3209a1b3bea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E6=80=9D?= Date: Tue, 18 Jul 2023 17:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0PushMe=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E9=80=9A=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/notify.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample/notify.py b/sample/notify.py index 8e666ce7..4a044402 100644 --- a/sample/notify.py +++ b/sample/notify.py @@ -715,6 +715,8 @@ if ( and push_config.get("SMTP_NAME") ): notify_function.append(smtp) +if push_config.get("PUSHME_KEY"): + notify_function.append(pushme) def send(title: str, content: str) -> None: