fix: 评分循环常量缺失 + 分钟线新浪备选

This commit is contained in:
lookt
2026-09-15 21:43:31 +08:00
parent 890ff36485
commit a1329442bd
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ from src.analysis.event_impact import EventImpactService # noqa: E402
from src.quant.engine import QuantEngine # noqa: E402
PORT = int(os.environ.get('PORT', '8100'))
SCORING_INTERVAL_S = int(os.environ.get('QUANT_SCORING_INTERVAL_S', '1800'))
ROOT = Path(__file__).resolve().parent.parent.parent
WEB_DIR = Path(__file__).resolve().parent
RECENT_MAX = 500