From 646531601769908e79c18cf91601f528ab65dba6 Mon Sep 17 00:00:00 2001 From: Night Glow <44762336+NightGlowww@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:39:17 +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 d8bbc1a..229e1ee 100644 --- a/mtV1.py +++ b/mtV1.py @@ -31,7 +31,7 @@ else: def send_notification_message(title): try: - from sendNotify import send + from send import send send(title, ''.join(all_print_list)) except Exception as e: