From 451db104e8d50da2012a55cb6d0b8a36dc0b7537 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Wed, 25 May 2022 08:52:22 +0800 Subject: [PATCH] Update config.py --- plugins/web_ui/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/web_ui/config.py b/plugins/web_ui/config.py index 93d7997e..7f8ce3e0 100644 --- a/plugins/web_ui/config.py +++ b/plugins/web_ui/config.py @@ -45,7 +45,7 @@ class CountLimit(BaseModel): """ max_count: int status: bool - limit_type: bool + limit_type: str rst: Optional[str]