加入通知

This commit is contained in:
linlin 2024-01-04 12:00:17 +08:00 committed by GitHub
parent 193ae13199
commit 41b2e16a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
mt.py
View File

@ -154,6 +154,6 @@ if __name__ == '__main__':
else:
pdcf = True
try:
send_notification_message(title='滴滴出行') # 发送通知
send_notification_message(title='mt论坛') # 发送通知
except Exception as e:
print('小错误')