From 818f569609b5e0a65d1eeb616cea45ab59fe56b2 Mon Sep 17 00:00:00 2001 From: zy123 <646228430@qq.com> Date: Tue, 22 Oct 2024 10:21:14 +0800 Subject: [PATCH] =?UTF-8?q?10.22=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_app/general/post_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_app/general/post_processing.py b/flask_app/general/post_processing.py index 50a9cb0..7a22797 100644 --- a/flask_app/general/post_processing.py +++ b/flask_app/general/post_processing.py @@ -4,7 +4,7 @@ import re def inner_post_processing(base_info): - print(json.dumps(base_info,ensure_ascii=False,indent=4)) + # print(json.dumps(base_info,ensure_ascii=False,indent=4)) """ 处理 '基础信息' 部分,提取所需字段。