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):
|
def iter_torrents(self):
|
||||||
try:
|
try:
|
||||||
table = self.parser.select(self.document.getroot(), 'table#searchResult', 1)
|
table = self.parser.select(self.document.getroot(), 'table#searchResult', 1)
|
||||||
except BrokenPageError as e:
|
except BrokenPageError:
|
||||||
return
|
return
|
||||||
first = True
|
first = True
|
||||||
for tr in table.getiterator('tr'):
|
for tr in table.getiterator('tr'):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue