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:
@@ -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 "")
|
||||
|
||||
Reference in New Issue
Block a user