Browse Source

[fix] syntax error..

asciimoo 11 years ago
parent
commit
facc4ad326
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/webapp.py

+ 1 - 1
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