diff --git a/searx/engines/__init__.py b/searx/engines/__init__.py index ca3b5d4a8..b762c0dd9 100644 --- a/searx/engines/__init__.py +++ b/searx/engines/__init__.py @@ -44,6 +44,7 @@ ENGINE_DEFAULT_ARGS = { "enable_http": False, "display_error_messages": True, "tokens": [], + "about": {}, } # set automatically when an engine does not have any tab category OTHER_CATEGORY = 'other'