use static IDs of accounts
This commit is contained in:
parent
89b5c8b0e8
commit
5f9536f61d
3 changed files with 7 additions and 8 deletions
|
|
@ -95,7 +95,7 @@ class Ing(BaseBrowser):
|
|||
elif account.label[0:2] == "LA":
|
||||
# we want "displayTRHistoriqueLA" but this fucking page
|
||||
# is not directly available...
|
||||
self.location('https://secure.ingdirect.fr/general?command=goToAccount&account=%d&zone=COMPTE' % int(id))
|
||||
self.location('https://secure.ingdirect.fr/general?command=goToAccount&account=%d&zone=COMPTE' % int(account._index))
|
||||
else:
|
||||
raise NotImplementedError()
|
||||
while 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue