From ae8d76a456b64c1c6c4ebf11b6ec33b7df217b1a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 18 八月 2025 13:43:46 +0800 Subject: [PATCH] bug修复 --- third_data/history_k_data_util.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_data/history_k_data_util.py b/third_data/history_k_data_util.py index 1eaf945..197e0e0 100644 --- a/third_data/history_k_data_util.py +++ b/third_data/history_k_data_util.py @@ -233,9 +233,9 @@ return JueJinApi.get_gp_latest_info(codes, fields) @classmethod - def get_history_tick_n(cls, code, count, fields=None): + def get_history_tick_n(cls, code, count, fields=None, juejin=False): # return JueJinApi.get_history_tick_n(code, count, fields) - if constant.is_windows(): + if constant.is_windows() or juejin: return JueJinApi.get_history_tick_n(code, count, fields) else: try: -- Gitblit v1.8.0