From 01e6c220a002c3e981b05d836acbf4072eaa7d9e Mon Sep 17 00:00:00 2001 From: Shuming Liu Date: Tue, 31 Mar 2026 17:32:03 +0800 Subject: [PATCH] delete a info --- server/file_association.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/file_association.py b/server/file_association.py index 7157db7..fb5ebcd 100644 --- a/server/file_association.py +++ b/server/file_association.py @@ -248,7 +248,7 @@ def build_file_associations( twole_files = get_files_with_times(twole_folder) zxxk_files = get_files_with_times(zxxk_folder) - print("******************",twole_files[0],"******************") + for i, content in enumerate(word_content): # 按 \t 分割成段 parts = content.split('\t')