qinglong/sample/ql_sample.py
2024-05-05 19:47:54 +08:00

11 lines
144 B
Python

"""
任务名称
name: script name
定时规则
cron: 1 9 * * *
"""
import notify
print("test script")
notify.send('test script', 'test desc')