From ed77d93f59580c2aa2e08205a1d10d08d81bdb09 Mon Sep 17 00:00:00 2001 From: night-raise <90231086+night-raise@users.noreply.github.com> Date: Tue, 7 Sep 2021 11:54:19 +0800 Subject: [PATCH] Update notify.py --- sample/notify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/notify.py b/sample/notify.py index aaad6fd5..61ea3189 100644 --- a/sample/notify.py +++ b/sample/notify.py @@ -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):