diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-14 18:19:21 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-14 18:19:21 +0100 |
| commit | facc4ad326f1fe730bd964fbb3ca814b14dcdda0 (patch) | |
| tree | 3d3098b80a8bc5de7472a1db14c1836b06174105 | |
| parent | 9cb744f440f72e3a4a5c1eb3e4b8a3daf88299a7 (diff) | |
[fix] syntax error..
| -rw-r--r-- | searx/webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index f4654324f..40f5fc8b3 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 |