From c9e0631140282258fe952fcfd564a06988169de0 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 28 Apr 2026 15:06:35 +0800 Subject: [PATCH] 1 --- backend/app/api/market.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/api/market.py b/backend/app/api/market.py index ed80a130..f57e19b9 100644 --- a/backend/app/api/market.py +++ b/backend/app/api/market.py @@ -10,7 +10,7 @@ from app.data.cache import cache from app.data.market_breadth_client import get_market_breadth from app.analysis.market_temp import build_realtime_market_temperature, calculate_market_temperature from app.engine.recommender import get_latest_recommendations -from app.config import is_trading_hours, is_market_session, should_prefer_realtime_today, today_trade_date +from app.config import settings, is_trading_hours, is_market_session, should_prefer_realtime_today, today_trade_date from app.core.deps import get_current_admin router = APIRouter(prefix="/api/market", tags=["market"])