删除启动脚本的脚本,改为青龙启动脚本,更改追踪时的时间间隔为30分钟

This commit is contained in:
晓丰 2025-07-19 13:29:58 +08:00
parent b3617222fb
commit c4f1427704
3 changed files with 2 additions and 9 deletions

6
on.sh
View File

@ -1,6 +0,0 @@
#!/usr/bin/env bash
# ─── 切到项目目录 ──────────────────────────
cd /opt/ql/DailyMotion || exit 1
# ─── 真正启动 Python 脚本 ───────────────────
exec /opt/ql/daily_com/bin/python3 oneget.py -m 3

View File

@ -72,7 +72,7 @@ last_main_run = 0
last_subsequent_run = 0
MAIN_INTERVAL = 60 * 60 # 每 5 分钟执行一次
SUBSEQUENT_INTERVAL = 60 * 60 # 每 60 分钟执行一次
SUBSEQUENT_INTERVAL = 30 * 60 # 每 60 分钟执行一次
# d.test()

View File

@ -4,8 +4,7 @@ charset-normalizer==3.4.2
et-xmlfile==1.1.0
idna==3.10
importlib-metadata==6.7.0
lxml==5.4.0
numpy==1.21.6
numpy==2.3.0
openpyxl==3.1.3
pandas==1.3.5
pkg_resources==0.0.0