From 67fb6fba84d189bc099fc90b1df71db232689f53 Mon Sep 17 00:00:00 2001 From: Allen <64094914+allendema@users.noreply.github.com> Date: Sun, 17 Apr 2022 10:42:25 +0200 Subject: [PATCH] [lint] Remove whitespace From GH GUI --- searx/engines/xpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/xpath.py b/searx/engines/xpath.py index 7a41d9475..a34ed38b2 100644 --- a/searx/engines/xpath.py +++ b/searx/engines/xpath.py @@ -173,7 +173,7 @@ def request(query, params): params['cookies'] = cookies params['headers'] = headers - + params['url'] = search_url.format(**fargs) params['soft_max_redirects'] = soft_max_redirects