From a53992320710fb2bb82f8dde9210a9dff42f4548 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Wed, 25 Sep 2024 15:54:39 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=20=E4=BB=A3=E7=A0=81=E6=95=B4=E7=90=86?= =?UTF-8?q?=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/design_fast/utils/progress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/design_fast/utils/progress.py b/app/service/design_fast/utils/progress.py index c6a5d74..0f2c9cf 100644 --- a/app/service/design_fast/utils/progress.py +++ b/app/service/design_fast/utils/progress.py @@ -6,7 +6,7 @@ logger = logging.getLogger(__name__) def update_progress(process_id, total): - logger.info(f"{process_id} , {total}") + # logger.info(f"{process_id} , {total}") r = Redis() progress = r.read(key=process_id) if progress and total != 1: