mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-28 23:46:06 +08:00
Update notify.py
This commit is contained in:
parent
abfc790d55
commit
ed77d93f59
|
@ -326,8 +326,8 @@ if push_config.get('QQ_SKEY') and push_config.get('QQ_MODE'):
|
||||||
notify_function.append(coolpush_bot)
|
notify_function.append(coolpush_bot)
|
||||||
if push_config.get('PUSH_PLUS_TOKEN'):
|
if push_config.get('PUSH_PLUS_TOKEN'):
|
||||||
notify_function.append(pushplus_bot)
|
notify_function.append(pushplus_bot)
|
||||||
if push_config.get('QYWX_AM'):
|
if push_config.get('QYWX_APP'):
|
||||||
notify_function.append(wecom_app)
|
notify_function.append(qywxapp_bot)
|
||||||
|
|
||||||
|
|
||||||
def send(title, content):
|
def send(title, content):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user