diff --git a/app/utils/search.py b/app/utils/search.py index b802a63..e51e85c 100644 --- a/app/utils/search.py +++ b/app/utils/search.py @@ -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,