summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-18 13:05:00 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-18 13:05:00 +0100
commita53c688879b3ea8718bb5f11dd568f5eacffd22a (patch)
tree1c95c8101c9c3fc6210de5614bfc4674fc365a51
parent016a0ffe8a0b97cd89e15e95a1cec5465d9c516e (diff)
[fix] pep8
-rw-r--r--searx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 483b367d9..f365c33b1 100644
--- 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')