From c3644576b89eb4c8da4f4fe32ba387d380d2f756 Mon Sep 17 00:00:00 2001 From: Cinte Date: Thu, 2 Mar 2023 18:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=BA=E4=BE=BF=E6=8A=8A=E5=86=99=E9=94=99?= =?UTF-8?q?=E7=9A=84type=E6=94=B9=E5=9B=9E=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/open_cases/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/open_cases/__init__.py b/plugins/open_cases/__init__.py index a58028a2..8db17f94 100755 --- a/plugins/open_cases/__init__.py +++ b/plugins/open_cases/__init__.py @@ -102,7 +102,7 @@ Config.add_plugin_config( True, help_="被动 每日开箱重置提醒 进群默认开关状态", default_value=True, - type=int, + type=bool, )