修复美团推送

This commit is contained in:
Night Glow 2024-11-23 20:39:17 +08:00
parent f93abaceea
commit 6465316017

View File

@ -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: