Update mw.py

This commit is contained in:
midoks 2023-03-06 20:35:06 +08:00
parent de225fc8b9
commit 43bf755609
1 changed files with 1 additions and 1 deletions

View File

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