Forgot to remove print command used for debugging

This commit is contained in:
rinpatch 2018-04-27 15:40:42 +03:00
parent dcc9fdb47f
commit f17e54a396
No known key found for this signature in database
GPG Key ID: DBBBD402C68A98DA
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ def request(query, params):
def response(resp):
results = []
dom = html.fromstring(resp.text)
print(resp.text)
for result in dom.xpath(xpath_results):
# defaults
filesize = 0