From 41b2e16a7eaf4cfc5c2ec2f9f6ff25835e04079b Mon Sep 17 00:00:00 2001 From: linlin <1628708538@qq.com> Date: Thu, 4 Jan 2024 12:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt.py b/mt.py index 616f4c7..770007e 100644 --- a/mt.py +++ b/mt.py @@ -154,6 +154,6 @@ if __name__ == '__main__': else: pdcf = True try: - send_notification_message(title='滴滴出行') # 发送通知 + send_notification_message(title='mt论坛') # 发送通知 except Exception as e: print('小错误')