Update mw.py
This commit is contained in:
parent
de225fc8b9
commit
43bf755609
|
|
@ -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…
Reference in New Issue