summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/engines/xpath.py2
1 files changed, 1 insertions, 1 deletions
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