From 7d609e40f6ef3a50de1160075b0e022f9064c5be Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 17:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80=20Polymarket=20=E5=B8=82?= =?UTF-8?q?=E5=9C=BA=E6=89=AB=E6=8F=8F=EF=BC=9Askip=5Fpolymarket=20?= =?UTF-8?q?=E4=BB=8E=20true=20=E6=94=B9=E4=B8=BA=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/dashboard/scan-terminal/scan-terminal-client.ts | 2 +- web/analysis_service.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/components/dashboard/scan-terminal/scan-terminal-client.ts b/frontend/components/dashboard/scan-terminal/scan-terminal-client.ts index 9e0b9eb0..ef0c4398 100644 --- a/frontend/components/dashboard/scan-terminal/scan-terminal-client.ts +++ b/frontend/components/dashboard/scan-terminal/scan-terminal-client.ts @@ -268,7 +268,7 @@ async function getTerminal({ time_range: "today", limit: "180", force_refresh: String(forceRefresh), - skip_polymarket: "true", + skip_polymarket: "false", }); if (tradingRegion && tradingRegion !== "all") { params.set("trading_region", tradingRegion); diff --git a/web/analysis_service.py b/web/analysis_service.py index 5728e8d0..96dcc16f 100644 --- a/web/analysis_service.py +++ b/web/analysis_service.py @@ -1,7 +1,6 @@ from __future__ import annotations import time as _time -import threading from concurrent.futures import ThreadPoolExecutor from datetime import datetime, timezone, timedelta from typing import Dict, Any, Optional @@ -10,7 +9,6 @@ from fastapi import HTTPException from loguru import logger from web.core import ( - LRUDict, _cache, _CACHE_LOCK, CACHE_TTL,