Traling whitespace

This commit is contained in:
rinpatch 2018-04-27 08:36:11 +03:00
parent 86f47689fe
commit e3bd2670d7
No known key found for this signature in database
GPG key ID: DBBBD402C68A98DA

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