do not crash for special accounts
This commit is contained in:
parent
7ff2a9bf95
commit
3acbba30d9
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ class AccountsList(BasePage):
|
|||
for tr in div.getiterator('tr'):
|
||||
account = Account()
|
||||
account.id = None
|
||||
account._link_id = None
|
||||
for td in tr.getiterator('td'):
|
||||
if td.attrib.get('class', '') == 'account-cb':
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue