diff options
author | Allen <64094914+allendema@users.noreply.github.com> | 2022-04-17 10:42:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-17 10:42:25 +0200 |
commit | 67fb6fba84d189bc099fc90b1df71db232689f53 (patch) | |
tree | f31ba71a33916d0c5be04d247dbbf98682bde128 /searx/engines/xpath.py | |
parent | 155333f62568e942cf27de83e4bcd037d4010224 (diff) | |
download | searxng-67fb6fba84d189bc099fc90b1df71db232689f53.tar.gz searxng-67fb6fba84d189bc099fc90b1df71db232689f53.zip |
[lint] Remove whitespace
From GH GUI
Diffstat (limited to 'searx/engines/xpath.py')
-rw-r--r-- | searx/engines/xpath.py | 2 |
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 |