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: