diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-01-21 10:45:34 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-01-21 10:45:34 +0100 |
commit | fab698003fec98605c857d643ae2f2c4e0bcc324 (patch) | |
tree | 9c21d0e7a12ba85514d36cd2b4901dd3c3a15784 /searx/webapp.py | |
parent | b5a3dfca60f23bac10ade068c40729f030bbad63 (diff) | |
download | searxng-fab698003fec98605c857d643ae2f2c4e0bcc324.tar.gz searxng-fab698003fec98605c857d643ae2f2c4e0bcc324.zip |
[mod] move wolframalpha to "science" category
Diffstat (limited to 'searx/webapp.py')
-rw-r--r-- | searx/webapp.py | 3 |
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) |