main.py
@@ -92,8 +92,11 @@ # 开盘啦的涨停概念的回调函数 def kpl_limit_up_process(datas): # print(f"回调成功==={datas}") now_time = tool.get_now_time_str() if datas is not None and len(datas) > 0: data_cache.limit_up_block_names = datas if data_cache.CLOSING_TIME < now_time < data_cache.AFTER_CLOSING_TIME: logger_common.info(f"收盘涨停概念列表更新==={now_time}=={datas}") else: data_cache.limit_up_block_names = []