From bf5e40ff48a1bdfa984bb41afe6e744ffe0087cd Mon Sep 17 00:00:00 2001 From: Night Glow <44762336+NightGlowww@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BE=8E=E5=9B=A2=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mtV1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtV1.py b/mtV1.py index c58a263..4d2ef1f 100644 --- a/mtV1.py +++ b/mtV1.py @@ -108,6 +108,6 @@ if __name__ == '__main__': except Exception as e: print('未知错误') try: - send_notification_message(title='') # 发送通知 + send_notification_message(title='美团外卖') # 发送通知 except Exception as e: print('小错误')