summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 794b7ea8c..fdbf7b45f 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -119,7 +119,8 @@ _category_names = (gettext('files'),
gettext('videos'),
gettext('it'),
gettext('news'),
- gettext('map'))
+ gettext('map'),
+ gettext('scence'))
outgoing_proxies = settings['outgoing'].get('proxies', None)