소스 검색

[fix] syntax error..

asciimoo 11 년 전
부모
커밋
facc4ad326
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py 파일 보기

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