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]