打开 Polymarket 市场扫描:skip_polymarket 从 true 改为 false

This commit is contained in:
2569718930@qq.com
2026-05-25 17:52:20 +08:00
parent 6b7a4575ad
commit 7d609e40f6
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -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,