From b040b07f44e113c43c6a8f2a9c782ba0b639544c Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Tue, 10 Feb 2015 08:44:02 +0100 Subject: [PATCH] be sure we are logout before login --- modules/ing/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ing/browser.py b/modules/ing/browser.py index c637ae4f..36c04289 100644 --- a/modules/ing/browser.py +++ b/modules/ing/browser.py @@ -74,6 +74,7 @@ class IngBrowser(LoginBrowser): assert self.password.isdigit() assert self.birthday.isdigit() + self.do_logout() self.loginpage.stay_or_go() self.page.prelogin(self.username, self.birthday)