fix: staleness-check fix_action硬编码旧路径scripts/改正确deploy/profile-scripts/(t_1310bbdb)

This commit is contained in:
xxm
2026-08-18 09:49:37 +08:00
parent f000444a2e
commit a5452a89b1
@@ -210,7 +210,7 @@ def main():
(f"[STRATEGY_STALE] {s['name']}({code}) 需重评",
f"策略过期: {'; '.join(s['flags'])} | 上次更新{s['age_days']}天前 | 区间{s['entry_zone']}",
"pending", "high", "staleness_check",
f"cd /home/hmo/MoFin && python3 scripts/per_stock_reassess.py {code}",
f"cd /home/hmo/MoFin && python3 deploy/profile-scripts/per_stock_reassess.py {code}",
)
)
conn.commit()