mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[fix] syntax error..
This commit is contained in:
parent
9cb744f440
commit
facc4ad326
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user