third_data/block_info.py
@@ -32,6 +32,7 @@ # (代码, 名称, 首次涨停时间, 最近涨停时间, 几板, 涨停原因, 板块, 实际流通, 主力净额) def __get_blocks(code, limit_up_datas, filter=True): blocks = [] if limit_up_datas: for data in limit_up_datas: if data[0] == code: block = data[5]