logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 006841c4ff481b023dccd188582a9cbac64415da
parent 1805cfd20a7b11e7c3c5c4c03b4e3755e09d783d
Author: Noemi Vanyi <sitbackandwait@gmail.com>
Date:   Sat,  9 Apr 2016 14:46:02 +0200

minor grammar fix in error message

Diffstat:

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

diff --git a/searx/webapp.py b/searx/webapp.py @@ -74,7 +74,7 @@ try: import pyasn1 # NOQA except ImportError: logger.critical("The pyopenssl, ndg-httpsclient, pyasn1 packages have to be installed.\n" - "Some HTTPS connections will failed") + "Some HTTPS connections will fail") static_path, templates_path, themes =\