oups typo
This commit is contained in:
parent
82431d0e79
commit
cd5498440e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class AccountsList(BasePage):
|
||||||
account.label = unicode(a.find("span").text)
|
account.label = unicode(a.find("span").text)
|
||||||
for pattern, actype in self.TYPES.iteritems():
|
for pattern, actype in self.TYPES.iteritems():
|
||||||
if account.label.startswith(pattern):
|
if account.label.startswith(pattern):
|
||||||
account.type = type
|
account.type = actype
|
||||||
account._link_id = a.get('href', '')
|
account._link_id = a.get('href', '')
|
||||||
|
|
||||||
elif td.attrib.get('headers', '') == 'NumeroCompte':
|
elif td.attrib.get('headers', '') == 'NumeroCompte':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue