logo

searx

My custom branche(s) on searx, a meta-search engine
commit: facc4ad326f1fe730bd964fbb3ca814b14dcdda0
parent: 9cb744f440f72e3a4a5c1eb3e4b8a3daf88299a7
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue, 14 Jan 2014 18:19:21 +0100

[fix] syntax error..

Diffstat:

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

diff --git a/searx/webapp.py b/searx/webapp.py @@ -83,7 +83,7 @@ def parse_query(query): return query, query_engines -@APp.route('/', methods=['GET', 'POST']) +@app.route('/', methods=['GET', 'POST']) def index(): global categories