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]