diff options
Diffstat (limited to 'searx/engines/piped.py')
| -rw-r--r-- | searx/engines/piped.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/piped.py b/searx/engines/piped.py index 564753494..e9585eae1 100644 --- a/searx/engines/piped.py +++ b/searx/engines/piped.py @@ -72,7 +72,7 @@ categories = [] paging = True # search-url -backend_url: list[str] | str | None = None +backend_url: list[str] | str = [] """Piped-Backend_: The core component behind Piped. The value is an URL or a list of URLs. In the latter case instance will be selected randomly. For a complete list of official instances see Piped-Instances (`JSON |