From f155c7399ddb4c241e8f8043048019cf71c49e7a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 10 四月 2025 13:57:48 +0800 Subject: [PATCH] 推荐原因不算入新题材 --- servers/data_server.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/data_server.py b/servers/data_server.py index 592ca12..d581ca9 100644 --- a/servers/data_server.py +++ b/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() -- Gitblit v1.8.0