Fix pep8 issues
This commit is contained in:
parent
6d44926013
commit
682cc022ab
|
@ -120,7 +120,8 @@ class Search:
|
||||||
root_url=url_for('.index',
|
root_url=url_for('.index',
|
||||||
_external=True,
|
_external=True,
|
||||||
_scheme='https'
|
_scheme='https'
|
||||||
if os.getenv("HTTPS_ONLY", False)
|
if os.getenv("HTTPS_ONLY",
|
||||||
|
False)
|
||||||
else None),
|
else None),
|
||||||
mobile=mobile,
|
mobile=mobile,
|
||||||
config=self.config,
|
config=self.config,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user