qinglong/sample/ql_sample.py

10 lines
149 B
Python

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