From 682cc022ab4ddf8777d22c71f0d853fdaaa82ccb Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Fri, 24 Jun 2022 13:33:17 -0400 Subject: [PATCH] Fix pep8 issues --- app/utils/search.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/utils/search.py b/app/utils/search.py index e51e85c..5cff58e 100644 --- a/app/utils/search.py +++ b/app/utils/search.py @@ -120,7 +120,8 @@ 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,