Cqoicebordel 10 years ago
parent
commit
393d24ba50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/webapp.py

+ 1 - 1
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':