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):