migration: preserve sentiment and pools slice

This commit is contained in:
leefer
2026-07-31 01:41:58 +08:00
parent a4264326bd
commit b3555d2603
19 changed files with 956 additions and 696 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from datetime import datetime, time as dt_time, timedelta
from threading import Lock
from typing import Any, ClassVar
from sentiment_engine import apply_sentiment_to_dashboard
from backend.features.sentiment.engine import apply_sentiment_to_dashboard
TUSHARE_URL = "http://api.tushare.pro"