diff options
Diffstat (limited to 'searx/engines/marginalia.py')
| -rw-r--r-- | searx/engines/marginalia.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/marginalia.py b/searx/engines/marginalia.py index 510770691..9257fabf6 100644 --- a/searx/engines/marginalia.py +++ b/searx/engines/marginalia.py @@ -82,7 +82,7 @@ api_key = None https://about.marginalia-search.com/article/api/ """ -filter_name: str | None = None +filter_name: str = "" """The name of the custom filter to apply to each search.""" |
