From 68704086fea02805efd776f0f8f6610afa46713c Mon Sep 17 00:00:00 2001 From: zy123 <646228430@qq.com> Date: Thu, 21 Nov 2024 14:37:13 +0800 Subject: [PATCH] =?UTF-8?q?11.21=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B=E6=A0=87=E8=B5=84=E6=A0=BC=E5=AE=A1=E6=9F=A5=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_app/main/工程标解析main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/flask_app/main/工程标解析main.py b/flask_app/main/工程标解析main.py index 1a701b8..74bf962 100644 --- a/flask_app/main/工程标解析main.py +++ b/flask_app/main/工程标解析main.py @@ -186,8 +186,6 @@ def engineering_bid_main(output_folder, downloaded_file_path, file_type, unique_ logger = get_global_logger(unique_id) # 预处理文件,获取处理后的数据 processed_data = preprocess_files(output_folder, downloaded_file_path, file_type,unique_id,logger) - print("zy123") - print(json.dumps(processed_data,ensure_ascii=False,indent=4)) if not processed_data: yield json.dumps({}) # 如果处理数据失败,返回空的 JSON