mirror of
https://github.com/searx/searx
synced 2025-08-31 06:26:28 +00:00
Traling whitespace
This commit is contained in:
@@ -36,7 +36,7 @@ def request(query, params):
|
||||
|
||||
|
||||
def response(resp):
|
||||
results = []
|
||||
results = []
|
||||
dom = html.fromstring(resp.text)
|
||||
print(resp.text)
|
||||
for result in dom.xpath(xpath_results):
|
||||
|
Reference in New Issue
Block a user