mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
14 lines
259 B
Markdown
14 lines
259 B
Markdown
# 自定义命令
|
||
|
||
### 更新记录
|
||
|
||
- 1.0 自定义执行周期执行命令并推送结果
|
||
|
||
|
||
默认把python脚本最后一个print作为返回值
|
||
|
||
命令名#0 9 * * *#python main.py
|
||
命令名#0 9 * * *#python main.py#1-600
|
||
|
||
|
||
1-600为随机延时,单位秒 |