fix: MoFin/scripts/死路径全部改指deploy/profile-scripts/

- promote/review_needed_watchdog引用已删除的per_stock_reassess.py
- meta_growth→hardcode_scanner, mofin_collect→stock_quote, stale_detector同
- 清影子副本的连锁遗留
This commit is contained in:
hmo
2026-07-24 14:41:56 +08:00
parent 5de6bda868
commit 0513522e5a
5 changed files with 6 additions and 6 deletions
@@ -64,7 +64,7 @@ def main():
print(f" 🔄 {name}({code}) 第{retries}次重试...")
import subprocess
r = subprocess.run(
[sys.executable, "/home/hmo/MoFin/scripts/per_stock_reassess.py", code],
[sys.executable, "/home/hmo/MoFin/deploy/profile-scripts/per_stock_reassess.py", code],
capture_output=True, text=True, timeout=30
)
out = (r.stdout or "") + (r.stderr or "")