From 1c1efeaeb2640bbab16505e175a66c8d79adee1b Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Fri, 20 Sep 2024 17:06:26 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=20image2sketch=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E4=B8=8A=E4=BC=A0=20=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E9=A3=8E=E6=A0=BC=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 2e4d7bd..35c12b7 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -20,7 +20,7 @@ class Settings(BaseSettings): OSS = "minio" -DEBUG = True +DEBUG = False if DEBUG: LOGS_PATH = "logs/" CATEGORY_PATH = "service/attribute/config/descriptor/category/category_dis.csv"