mirror of
https://github.com/searxng/searxng.git
synced 2025-07-18 02:39:27 +02:00
[fix] pep8
This commit is contained in:
parent
016a0ffe8a
commit
a53c688879
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue