From 4a8799714aca4264cac02542de741254d1374ac8 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Mon, 20 May 2024 11:12:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=B1=BB=E5=88=AB=E6=98=A0=E5=B0=84?= =?UTF-8?q?=E8=A1=A8=E4=BF=AE=E6=94=B9?= 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