This commit is contained in:
dami 2025-03-23 16:50:30 +08:00
parent fb7c5d9d47
commit db04b3f98a
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -193,3 +193,4 @@ plugins/goedge-happy
/data
/plugins/flexcdn
/plugins/tools
/plugins/choose-linux-python

View File

@ -8,8 +8,10 @@
# Author: midoks <midoks@163.com>
# ---------------------------------------------------------------------------------
import core.mw as mw
# 识别linux计划任务
def init_cron():
print("开始识别cron")
print("结束识别cron")
content = mw.execShell("crontab -l")
print(content)