From d9ebb0ed7c74db4eb0a6787b313603db28006e67 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Mon, 21 Oct 2024 11:08:25 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=20=20=E6=96=B0=E5=A2=9E=20process=20loo?= =?UTF-8?q?kbooks=20=E6=8E=A5=E5=8F=A3=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 7f0a2b8..f15c473 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -35,7 +35,7 @@ ATT_TRITON_PORT = "20010" MILVUS_URL = "http://10.1.1.240:19530" -DEBUG = 2 +DEBUG = 1 SHOW_OR_SAVE_result_image = False # service env : 1 # pycharm debug : 2