commit: a53c688879b3ea8718bb5f11dd568f5eacffd22a
parent 016a0ffe8a0b97cd89e15e95a1cec5465d9c516e
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date: Sun, 18 Jan 2015 13:05:00 +0100
[fix] pep8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/searx/webapp.py b/searx/webapp.py
@@ -261,7 +261,7 @@ def render(template_name, override_theme=None, **kwargs):
if 'autocomplete' not in kwargs:
kwargs['autocomplete'] = autocomplete
-
+
if 'bootstrap_theme' not in kwargs:
kwargs['bootstrap_theme'] = request.cookies.get('bootstrap_theme', 'default')