打开 Polymarket 市场扫描:skip_polymarket 从 true 改为 false
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user