mirror of
https://github.com/searx/searx
synced 2025-09-03 07:56:09 +00:00
[mod] index rendering
This commit is contained in:
@@ -103,6 +103,9 @@ def index():
|
|||||||
Supported outputs: html, json, csv, rss.
|
Supported outputs: html, json, csv, rss.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
if not request.args and not request.form:
|
||||||
|
return render('index.html')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
search = Search(request)
|
search = Search(request)
|
||||||
except:
|
except:
|
||||||
|
Reference in New Issue
Block a user