DEBUG 模式

This commit is contained in:
CakeCN
2025-12-14 11:10:54 +08:00
parent f65b5bf32a
commit 5438dc99ba
3 changed files with 13 additions and 11 deletions

View File

@@ -13,4 +13,5 @@ class Config:
# 自定义其他全局配置
ROOT_WORKSPACE_PATH = GLOBAL_CONFIG['Global']['ROOT_WORKSPACE_PATH']
DEBUG = GLOBAL_CONFIG['Global'].getboolean('DEBUG', False)