1
0
mirror of https://github.com/searx/searx synced 2024-12-12 08:46:26 +01:00

[fix] pep8

This commit is contained in:
Thomas Pointhuber 2015-01-18 13:05:00 +01:00
parent 016a0ffe8a
commit a53c688879

View File

@ -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')