cragr fix account list parsing, skip irrelevant account
This commit is contained in:
parent
24ef670b9e
commit
3b71bfa104
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class _AccountsPage(BasePage):
|
|||
continue
|
||||
|
||||
cols = tr.findall('td')
|
||||
if not cols:
|
||||
if not cols or len(cols) < 7:
|
||||
continue
|
||||
|
||||
account = Account()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue