From 348477747e92ed0397b4edf66dd14648ce48ad4d Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Sun, 26 Mar 2023 23:35:44 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E6=B5=8B=E8=AF=95override-all.json?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 2 ++ 1 file changed, 2 insertions(+) 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