From a53c688879b3ea8718bb5f11dd568f5eacffd22a Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Sun, 18 Jan 2015 13:05:00 +0100 Subject: [PATCH] [fix] pep8 --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index 483b367d..f365c33b 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')