From cfd2d99e2434bb8d89d848864137397faf35e1c4 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 6 Mar 2023 21:31:24 +0800 Subject: [PATCH] Update mw.py --- class/core/mw.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/class/core/mw.py b/class/core/mw.py index 5245d1815..aa2a19c33 100755 --- a/class/core/mw.py +++ b/class/core/mw.py @@ -1709,10 +1709,8 @@ def tgbotNotifyMessage(app_token, chat_id, msg): def tgbotNotifyTest(app_token, chat_id): - # return tgbotNotifyMessage(app_token, chat_id, 'MW-通知验证测试OK') msg = 'MW-通知验证测试OK' try: - url = 'https://api.telegram.org/bot' + app_token + '/sendMessage' post_data = { 'chat_id': chat_id,