pyflakes fixes
This commit is contained in:
parent
244bb055f2
commit
ab0b47ee87
4 changed files with 2 additions and 4 deletions
|
|
@ -38,7 +38,6 @@ class IndexPage(BasePage):
|
|||
|
||||
thumbnail_url = span.find('.//img').attrib['src']
|
||||
|
||||
selector = 'span#title1'
|
||||
title_el = select(span, 'span#title1', 1)
|
||||
title = title_el.text.strip()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue