Update mw.py

pull/391/head
midoks 2 years ago
parent de225fc8b9
commit 43bf755609
  1. 2
      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):

Loading…
Cancel
Save