third_data/history_k_data_util.py
@@ -390,7 +390,10 @@ @classmethod def get_trading_dates(cls, start_date, end_date): return hx_qc_value_util.get_trade_calendar(start_date, end_date) if constant.is_windows(): return JueJinApi.get_trading_dates(start_date, end_date) else: return hx_qc_value_util.get_trade_calendar(start_date, end_date) @classmethod def get_now_price(cls, codes):