1
0
forked from bot/app

📝 更新调试模式配置

This commit is contained in:
2024-05-09 16:36:45 +08:00
parent e02dfdf5d6
commit 598260895c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ from liteyuki.utils.base.config import get_config
from liteyuki.utils.base.reloader import Reloader
from liteyuki.utils.base.resource import load_resources
if get_config("liteyuki_reload", False):
if get_config("debug", False):
nonebot.logger.info("Liteyuki Reload is enable, watching for file changes...")