[fix] pep8

This commit is contained in:
Adam Tauber 2019-10-14 15:09:39 +02:00
parent e74bdf8429
commit ed1c1bdb04
3 changed files with 2 additions and 3 deletions

View file

@ -106,7 +106,7 @@ def response(resp):
doc = fromstring(resp.text)
# parse results
for i,r in enumerate(doc.xpath(result_xpath)):
for i, r in enumerate(doc.xpath(result_xpath)):
if i >= 30:
break
try: