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