mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +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