auto-sync: 2026-05-02 21:42:31

This commit is contained in:
cfdaily
2026-05-02 21:42:31 +08:00
parent 06f3c6e196
commit 0c88c43149
+2 -2
View File
@@ -48,8 +48,8 @@ REQUEST_INTERVAL = 0.3 # 秒/请求
MAX_RETRIES = 3 # 单只重试次数
CONSECUTIVE_FAIL_PAUSE = 60 # 连续失败暂停秒数
MAX_CONSECUTIVE_FAILS = 5 # 连续失败阈值
HS300_FILE = Path("/Users/chufeng/.openclaw/sanguo_projects/sanguo_quant_live/zhaoyun-data/data/raw/stock_info/hs300_constituents_latest.csv")
ALL_STOCKS_FILE = Path("/Users/chufeng/.openclaw/sanguo_projects/sanguo_quant_live/zhaoyun-data/data/raw/stock_info/stock_basic_info_raw_20260326_113530.csv")
HS300_FILE = Path("/Volumes/stock/sanguo_vnpy/data/hs300.csv")
ALL_STOCKS_FILE = Path("/Volumes/stock/sanguo_vnpy/data/all_stocks.csv")
HEADERS = {
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)",