third_data/code_plate_key_manager.py
@@ -521,6 +521,7 @@ before_blocks_dict): # 加载涨停代码的目标板块 def load_code_block(): if limit_up_record_datas: for d in limit_up_record_datas: if d[2] in constant.KPL_INVALID_BLOCKS and d[3] in before_blocks_dict: code_limit_up_reason_dict[d[3]] = list(before_blocks_dict.get(d[3]))[0]