output/code_info_output.py
@@ -315,7 +315,6 @@ index = 0 if records: try: latest_cancel_watch_index_dict = {} for record in records: time_ = record[0] @@ -325,6 +324,15 @@ records_new_data.append((time_, "开盘啦推荐原因", f"{'、'.join([k[1] for k in data['kpl_blocks']])}", None)) if "kpl_match_blocks" in data: if data["kpl_match_blocks"]: records_new_data.append((time_, "匹配原因", f"{'、'.join(data['kpl_match_blocks'])}", None)) else: records_new_data.append((time_, "匹配原因", f"独苗", None)) extra_datas = [] if data['big_num_indexes']: big_num_desc = []