From 66c3cfecc32518136d148ead62e6d4eccd08b66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E5=BE=AE?= Date: Fri, 10 Jul 2026 01:02:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=81=A5=E5=BA=B7=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=85=A8=E7=BB=BF(=E5=B0=8F=E6=9E=9Ccron=E7=A7=BB=E9=99=A4+?= =?UTF-8?q?=E6=AD=BB=E8=A1=A8=E6=B8=85=E7=90=86+=E8=A1=A5=E5=BD=95?= =?UTF-8?q?=E5=86=99=E5=85=A5=E6=96=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/mofin_health.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/mofin_health.py b/scripts/mofin_health.py index c24f48bf..e4177016 100644 --- a/scripts/mofin_health.py +++ b/scripts/mofin_health.py @@ -819,6 +819,9 @@ def build_report(): "candidates": ["mofin_db", "market_screener"], "candidate_score_history": ["mofin_db"], "strategy_feedback": ["mofin_db", "server"], + "stock_daily": ["mofin_db"], + "stock_weekly": ["mofin_db"], + "stock_monthly": ["mofin_db"], } if not writers and tname in _manual_writers: writers = _manual_writers[tname]