From c9f6a9cc7864c3f0d9a21af8a7c4e35ccc701393 Mon Sep 17 00:00:00 2001 From: Womsxd <45663319+Womsxd@users.noreply.github.com> Date: Sun, 9 Jan 2022 18:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E4=B8=8B?= =?UTF-8?q?=E5=88=92=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.py b/push.py index f7d16c0..4548fc5 100644 --- a/push.py +++ b/push.py @@ -51,7 +51,7 @@ def cq_http(status, push_message): def push(status, push_message): load_config() if cfg.getboolean('setting', 'enable'): - if cfg.get('setting', 'push_server') == "cq_http": + if cfg.get('setting', 'push_server') == "cqhttp": cq_http(status, push_message) elif cfg.get('setting', 'push_server') == "ftqq": ftqq(status, push_message)