修复美团推送

This commit is contained in:
Night Glow 2024-11-23 20:47:01 +08:00
parent 95b2e77cd4
commit bf5e40ff48

View File

@ -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('小错误')