fix: 修复/analyze接口

This commit is contained in:
CaasianVale
2025-03-08 04:20:22 +08:00
parent ce331a4d0d
commit febbe34d66
5 changed files with 13 additions and 49 deletions

View File

@@ -60,7 +60,6 @@ else:
logger.warning("前端构建目录不存在仅API功能可用")
# 初始化异步服务
# StockAnalyzerService 不需要全局初始化,在 /analyze 接口中按需创建
us_stock_service = USStockServiceAsync()
fund_service = FundServiceAsync()