From beebf94e2616982dff245e7a22d3bc54d8695ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcell=20F=C3=BCl=C3=B6p?= Date: Tue, 28 Jun 2022 15:59:31 +0000 Subject: [PATCH] Remove whitespace --- app/utils/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/search.py b/app/utils/search.py index 956d74b..d36c25a 100644 --- a/app/utils/search.py +++ b/app/utils/search.py @@ -118,7 +118,7 @@ class Search: mobile = 'Android' in self.user_agent or 'iPhone' in self.user_agent # reconstruct url if X-Forwarded-Host header present root_url = get_proxy_host_url(self.request, self.request.url_root) - + content_filter = Filter(self.session_key, root_url=root_url, mobile=mobile,