1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-22 20:17:45 +01:00
This commit is contained in:
Cqoicebordel 2015-01-19 22:26:48 +01:00
parent cd179bbdbb
commit 393d24ba50

View File

@ -474,7 +474,7 @@ def preferences():
lang = request.cookies['language']
blocked_engines = []
resp = make_response(redirect(url_for('index')))
if request.method == 'GET':