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
1 changed files with 1 additions and 1 deletions

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