mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
[fix] syntax error..
This commit is contained in:
@@ -83,7 +83,7 @@ def parse_query(query):
|
|||||||
return query, query_engines
|
return query, query_engines
|
||||||
|
|
||||||
|
|
||||||
@APp.route('/', methods=['GET', 'POST'])
|
@app.route('/', methods=['GET', 'POST'])
|
||||||
def index():
|
def index():
|
||||||
global categories
|
global categories
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user