Easy spacing fixes, trailing stuff
Remove useless trailing \ Remove trailing spaces Add missing empty lines autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 . Diff quickly checked.
This commit is contained in:
parent
c21d1f7925
commit
7094931c92
231 changed files with 474 additions and 67 deletions
|
|
@ -125,7 +125,7 @@ class TorrentPage(BasePage):
|
|||
for span in self.document.getiterator('span'):
|
||||
# sometimes there are others span, this is not so sure but the size of the children list
|
||||
# is enough to know if this is the right span
|
||||
if (span.attrib.get('class', '') == 'folder' \
|
||||
if (span.attrib.get('class', '') == 'folder'
|
||||
or span.attrib.get('class', '') == 'folderopen') \
|
||||
and len(span.getchildren()) > 2:
|
||||
size = span.getchildren()[1].tail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue