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: