From e95ea73d04c06f4cd46a3d1497c39c80352a8cd0 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 29 八月 2025 15:16:37 +0800 Subject: [PATCH] bug修复 --- test/test_k_datas.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test_k_datas.py b/test/test_k_datas.py index 49e029a..c2c3ac5 100644 --- a/test/test_k_datas.py +++ b/test/test_k_datas.py @@ -60,7 +60,7 @@ print(",".join(codes)) if __name__ == '__main__': - code = "002809" + code = "601138" limit_up_price = 13.01 volumes_data = init_data_util.get_volumns_by_code(code, 150) volumes = init_data_util.parse_max_volume_new(code, volumes_data[:60]) -- Gitblit v1.8.0