Browse Source

[fix] pep8

Thomas Pointhuber 10 years ago
parent
commit
a53c688879
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/webapp.py

+ 1 - 1
searx/webapp.py

@@ -261,7 +261,7 @@ def render(template_name, override_theme=None, **kwargs):
 
 
     if 'autocomplete' not in kwargs:
     if 'autocomplete' not in kwargs:
         kwargs['autocomplete'] = autocomplete
         kwargs['autocomplete'] = autocomplete
-    
+
     if 'bootstrap_theme' not in kwargs:
     if 'bootstrap_theme' not in kwargs:
         kwargs['bootstrap_theme'] = request.cookies.get('bootstrap_theme', 'default')
         kwargs['bootstrap_theme'] = request.cookies.get('bootstrap_theme', 'default')