remove unused variable
This commit is contained in:
parent
cebebf5350
commit
a641687824
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class TorrentsPage(BasePage):
|
|||
def iter_torrents(self):
|
||||
try:
|
||||
table = self.parser.select(self.document.getroot(), 'table#searchResult', 1)
|
||||
except BrokenPageError as e:
|
||||
except BrokenPageError:
|
||||
return
|
||||
first = True
|
||||
for tr in table.getiterator('tr'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue