From fef02196fd5a99005d0d102ee2b80d06fc7bd7f5 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Mon, 24 Dec 2012 13:32:53 +0100 Subject: [PATCH] fix support of several check accounts --- modules/ing/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ing/browser.py b/modules/ing/browser.py index bd406a92..9d505241 100644 --- a/modules/ing/browser.py +++ b/modules/ing/browser.py @@ -102,7 +102,7 @@ class Ing(BaseBrowser): account = self.get_account(account) # The first and the second letter of the label are the account type if account.label[0:2] == "CC": - self.location('https://secure.ingdirect.fr/protected/pages/cc/accountDetail.jsf') + self.location('https://secure.ingdirect.fr/protected/pages/cc/accountDetail.jsf?account=%s' % int(account._index)) elif account.label[0:2] == "LA" or account.label[0:3] == "LEO": # we want "displayTRHistoriqueLA" but this fucking page # is not directly available...