Update notify.py

This commit is contained in:
night-raise 2021-09-07 11:54:19 +08:00 committed by GitHub
parent abfc790d55
commit ed77d93f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,8 +326,8 @@ if push_config.get('QQ_SKEY') and push_config.get('QQ_MODE'):
notify_function.append(coolpush_bot)
if push_config.get('PUSH_PLUS_TOKEN'):
notify_function.append(pushplus_bot)
if push_config.get('QYWX_AM'):
notify_function.append(wecom_app)
if push_config.get('QYWX_APP'):
notify_function.append(qywxapp_bot)
def send(title, content):