auto-sync: 2026-05-02 22:41:17

This commit is contained in:
cfdaily
2026-05-02 22:41:17 +08:00
parent 5ea12330f7
commit fde02e81e6
+1 -1
View File
@@ -36,7 +36,7 @@ INTERVAL = "1m" # vnpy 4.x Interval.MINUTE.value = '1m', 统一用1m存储分
BATCH_SIZE = 50000
HS300_FILE = Path("/Volumes/stock/A股数据/stock_info/hs300_constituents_latest.csv")
ALL_STOCKS_FILE = Path("/Volumes/stock/sanguo_vnpy/data/all_stocks.csv")
ALL_STOCKS_FILE = Path("/Volumes/stock/A股数据/stock_info/stock_basic_info_raw_20260326_113530.csv")
def parse_filename(filename: str):