Browse Source

[fix] add default for "about" engine property

Fixes #732.
Martin Fischer 3 years ago
parent
commit
576e19dad1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/engines/__init__.py

+ 1 - 0
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'