更新了本地数据拉取

This commit is contained in:
jackyu66git
2026-05-26 14:49:31 +08:00
parent 8bc23c0507
commit e1116edb7b
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ import logging
logger = logging.getLogger(__name__)
PROVIDER_URL = "http://103.179.242.166"
PROVIDER_URL = "http://127.0.0.1"
FETCH_LIMIT = 1000
_symbols_cache: Optional[List[str]] = None