diff --git a/config-template.py b/config-template.py index 7ff08d2..84dc88d 100644 --- a/config-template.py +++ b/config-template.py @@ -1,6 +1,8 @@ # 配置文件: 注释里标[必需]的参数必须修改, 其他参数根据需要修改, 但请勿删除 import logging +test_debug = True + # [必需] Mirai的配置 # 请到配置mirai的步骤中的教程查看每个字段的信息 # adapter: 选择适配器,目前支持HTTPAdapter和WebSocketAdapter