mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
Merge pull request #733 from not-my-profile/about-default
[fix] add default for "about" engine property
This commit is contained in:
commit
79e0aa2645
@ -44,6 +44,7 @@ ENGINE_DEFAULT_ARGS = {
|
|||||||
"enable_http": False,
|
"enable_http": False,
|
||||||
"display_error_messages": True,
|
"display_error_messages": True,
|
||||||
"tokens": [],
|
"tokens": [],
|
||||||
|
"about": {},
|
||||||
}
|
}
|
||||||
# set automatically when an engine does not have any tab category
|
# set automatically when an engine does not have any tab category
|
||||||
OTHER_CATEGORY = 'other'
|
OTHER_CATEGORY = 'other'
|
||||||
|
Loading…
Reference in New Issue
Block a user