auto-sync: 2026-05-01 15:56:45

This commit is contained in:
cfdaily
2026-05-01 15:56:45 +08:00
parent eca3608892
commit 99da7f1023
@@ -28,7 +28,7 @@ result = downloader.download_all_stocks(
)
# 保存结果
result_file = "/Users/chufeng/.openclaw/sanguo_projects/sanguo_quant_live/zhaoyun-data/data/raw/running_data/daily_download_stats.json"
result_file = "/Volumes/stock/A股数据/running_data/daily_download_stats.json"
with open(result_file, 'w', encoding='utf-8') as f:
import json
json.dump(result, f, ensure_ascii=False, indent=2)