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: