mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 14:46:06 +08:00
增加PushMe消息通道
This commit is contained in:
parent
acd044b1fb
commit
596cacee65
|
@ -715,6 +715,8 @@ if (
|
||||||
and push_config.get("SMTP_NAME")
|
and push_config.get("SMTP_NAME")
|
||||||
):
|
):
|
||||||
notify_function.append(smtp)
|
notify_function.append(smtp)
|
||||||
|
if push_config.get("PUSHME_KEY"):
|
||||||
|
notify_function.append(pushme)
|
||||||
|
|
||||||
|
|
||||||
def send(title: str, content: str) -> None:
|
def send(title: str, content: str) -> None:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user