summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-01-10 10:28:38 +0100
committerGitHub <noreply@github.com>2022-01-10 10:28:38 +0100
commit79e0aa26456ed316bf8a12c57a8faa46bf5ac2cb (patch)
treee347fcf93d83454214c61bb0c570e1158dc37795
parent3fbefb4d99ee4f8e2705f1537393dced94b53180 (diff)
parent576e19dad1783759e90d1e58dae30acb388e430d (diff)
Merge pull request #733 from not-my-profile/about-default
[fix] add default for "about" engine property
-rw-r--r--searx/engines/__init__.py1
1 files changed, 1 insertions, 0 deletions
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'