mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 19:00:10 +01:00
Traling whitespace
This commit is contained in:
parent
86f47689fe
commit
e3bd2670d7
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user