修改示例脚本

This commit is contained in:
whyour
2024-05-05 19:47:54 +08:00
parent 20be84b352
commit e9852a0002
5 changed files with 41 additions and 29 deletions
+10
View File
@@ -0,0 +1,10 @@
"""
任务名称
name: script name
定时规则
cron: 1 9 * * *
"""
import notify
print("test script")
notify.send('test script', 'test desc')