mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
11 lines
144 B
Python
11 lines
144 B
Python
"""
|
|
任务名称
|
|
name: script name
|
|
定时规则
|
|
cron: 1 9 * * *
|
|
"""
|
|
import notify
|
|
|
|
print("test script")
|
|
notify.send('test script', 'test desc')
|