forked from zaclys/searxng
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