logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 8bc0f04f4b4ca6a0e1108a6725d82444c585f68d
parent 85151ab0510d8ed1e6649acbf92e3b1875d53cd6
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Thu, 21 Jan 2016 15:57:02 +0100

[fix] typo

Diffstat:

Msearx/webapp.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -120,7 +120,7 @@ _category_names = (gettext('files'), gettext('it'), gettext('news'), gettext('map'), - gettext('scence')) + gettext('science')) outgoing_proxies = settings['outgoing'].get('proxies', None)