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 View File

83
     return query, query_engines
83
     return query, query_engines
84
 
84
 
85
 
85
 
86
-@APp.route('/', methods=['GET', 'POST'])
86
+@app.route('/', methods=['GET', 'POST'])
87
 def index():
87
 def index():
88
     global categories
88
     global categories
89
 
89