diff --git a/modules/ing/browser.py b/modules/ing/browser.py index 1e525237..f65ce902 100644 --- a/modules/ing/browser.py +++ b/modules/ing/browser.py @@ -77,7 +77,7 @@ class IngBrowser(LoginBrowser): assert self.birthday.isdigit() self.do_logout() - self.loginpage.stay_or_go() + self.loginpage.go() self.page.prelogin(self.username, self.birthday) self.page.login(self.password)