societegeneral fix duplicate accounts on cards accounts
This commit is contained in:
parent
0f93a080b0
commit
669c1f84bc
1 changed files with 1 additions and 1 deletions
|
|
@ -177,8 +177,8 @@ class CardsPage(SGPEPage):
|
||||||
if not m:
|
if not m:
|
||||||
self.logger.error('Unable to parse link %r' % link.attrib['onclick'])
|
self.logger.error('Unable to parse link %r' % link.attrib['onclick'])
|
||||||
continue
|
continue
|
||||||
account.id = m.group(2)
|
|
||||||
account._link_num = m.group(1) #useless
|
account._link_num = m.group(1) #useless
|
||||||
|
account.id = m.group(2) + account._link_num
|
||||||
account._link_date = urllib.quote(m.group(3))
|
account._link_date = urllib.quote(m.group(3))
|
||||||
account._link_rib = rib
|
account._link_rib = rib
|
||||||
account._link_currency = currency
|
account._link_currency = currency
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue