From fce307cc944e7a1849f6493df0328eb89922ae5f Mon Sep 17 00:00:00 2001 From: Art_Sakura <1754798088@qq.com> Date: Fri, 30 May 2025 11:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20=E5=85=B3=E9=97=AD=E4=BA=86Debug?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 5de0f55..a60649d 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ from pathlib import Path from zhenxun.configs.path_config import DATA_PATH -g_bIsDebug = True +g_bIsDebug = False g_sDBPath = DATA_PATH / "farm_db" g_sDBFilePath = DATA_PATH / "farm_db/farm.db"