From facc4ad326f1fe730bd964fbb3ca814b14dcdda0 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 14 Jan 2014 18:19:21 +0100 Subject: [PATCH] [fix] syntax error.. --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index f4654324..40f5fc8b 100644 --- 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