Fix pep8 issues

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

View File

@ -120,7 +120,7 @@ class Search:
root_url=url_for('.index',
_external=True,
_scheme='https'
if os.getenv("HTTPS_ONLY", False)
if os.getenv("HTTPS_ONLY", False)
else None),
mobile=mobile,
config=self.config,