Administrator
2025-06-10 8ab72ecd563e4bdcb94eac3f8c9d18d0a0a2d502
strategy/data_downloader.py
@@ -114,6 +114,7 @@
                    # 保存Tick线
                    with open(tick_path, encoding='utf-8', mode='w') as f:
                        f.write(f"{results}")
                    print("剩余数量:", len(set(batch_codes) - excute_codes))
                finally:
                    excute_codes.add(code)
                    if show_log: