mirror of
https://github.com/linbailo/zyqinglong.git
synced 2026-01-14 20:30:44 +08:00
修复美团推送
This commit is contained in:
parent
95b2e77cd4
commit
bf5e40ff48
2
mtV1.py
2
mtV1.py
@ -108,6 +108,6 @@ if __name__ == '__main__':
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print('未知错误')
|
print('未知错误')
|
||||||
try:
|
try:
|
||||||
send_notification_message(title='') # 发送通知
|
send_notification_message(title='美团外卖') # 发送通知
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print('小错误')
|
print('小错误')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user