From c8483fdc0cdb1b529daa5d06dc5861a5f9d5c152 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Tue, 22 Oct 2024 15:20:03 +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 eebf282..062f131 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -37,7 +37,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