From 2d3bb014877796a0c02853c06d05a9fa8f4b32c9 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Sun, 26 Mar 2023 23:44:49 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E6=B5=8B=E8=AF=95=E5=AE=8C=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/config-template.py b/config-template.py index 3873b873..7ff08d26 100644 --- a/config-template.py +++ b/config-template.py @@ -1,8 +1,6 @@ # 配置文件: 注释里标[必需]的参数必须修改, 其他参数根据需要修改, 但请勿删除 import logging -test_debug = False - # [必需] Mirai的配置 # 请到配置mirai的步骤中的教程查看每个字段的信息 # adapter: 选择适配器,目前支持HTTPAdapter和WebSocketAdapter