servers/data_server.py
@@ -1130,8 +1130,8 @@ for x in records: bs = {kpl_util.filter_block(x[2])} block_plate_code_dict[kpl_util.filter_block(x[2])] = x[15] if x[6]: bs |= set(x[6].split("、")) # if x[6]: # bs |= set(x[6].split("、")) for b in bs: if b not in block_codes: block_codes[b] = set()