去小果化:mofin_news只搜不分析,新闻由知微亲自读

This commit is contained in:
知微
2026-06-21 01:49:33 +08:00
parent cab782bce5
commit 3dc9e5310d
4 changed files with 186 additions and 16 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ BASE = Path(__file__).parent.parent if "hermes" in str(Path(__file__).resolve())
SCRIPTS = [
("market_watch.py", 60),
("trend_detector.py", 10),
("xiaoguo_news_processor.py", 60),
("mofin_news.py", 50),
]
for script, timeout in SCRIPTS: