From 0a42b18776c9f458391e70b9d40efcdf9978a07b Mon Sep 17 00:00:00 2001 From: sunafterrainwm Date: Sun, 15 May 2022 21:18:53 +0800 Subject: [PATCH] Update config.example.yml fix: YAMLException: bad indentation of a mapping entry at line 81, column 6. --- config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yml b/config.example.yml index e99f489..e37d1b2 100644 --- a/config.example.yml +++ b/config.example.yml @@ -78,7 +78,7 @@ QQ: secret: "abc" listen: # 用于接收消息,需要同步修改 CQHTTP Mirai 插件中 post_url 参数 host: "127.0.0.1" # 使用Docker时请设置成0.0.0.0 - port: 11234 + port: 11234 options: selfCensorship: true # 根据 badwords.yml 文件过滤敏感词