Fix pep8 issues

This commit is contained in:
DUO Labs 2022-06-24 13:30:30 -04:00 committed by GitHub
parent 7b2b25bb93
commit db0e867ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)