diff options
| -rw-r--r-- | searx/webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index ca681f0aa..639780a48 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -474,7 +474,7 @@ def preferences(): lang = request.cookies['language'] blocked_engines = [] - + resp = make_response(redirect(url_for('index'))) if request.method == 'GET': |