third_data/history_k_data_util.py
@@ -390,6 +390,9 @@ @classmethod def get_trading_dates(cls, 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