2
0
mirror of https://github.com/searx/searx synced 2025-08-31 06:26:28 +00:00

Traling whitespace

This commit is contained in:
rinpatch
2018-04-27 08:36:11 +03:00
parent 86f47689fe
commit e3bd2670d7

View File

@@ -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):