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