diff --git a/zhaoyun-data/scripts/data_acquisition/start_daily_download.py b/zhaoyun-data/scripts/data_acquisition/start_daily_download.py index 4a1adff64..29f940c9b 100644 --- a/zhaoyun-data/scripts/data_acquisition/start_daily_download.py +++ b/zhaoyun-data/scripts/data_acquisition/start_daily_download.py @@ -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)