From 43bf755609e837d107e6487f419af46c80a37f64 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 6 Mar 2023 20:35:06 +0800 Subject: [PATCH] Update mw.py --- class/core/mw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/mw.py b/class/core/mw.py index 5df49936b..6049bf5e7 100755 --- a/class/core/mw.py +++ b/class/core/mw.py @@ -1708,7 +1708,7 @@ def tgbotNotifyMessage(app_token, chat_id, msg): def tgbotNotifyTest(app_token, chat_id): - return tgbotNotifyApp(app_token, chat_id, 'MW-通知验证测试OK') + return tgbotNotifyMessage(app_token, chat_id, 'MW-通知验证测试OK') def notifyMessage(msg):