From 969e1c7cc71894c5c64a06b3933d9dcc2dfa2266 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 1 Apr 2014 11:17:45 +0200 Subject: [PATCH] Do not stay, always go --- 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 a0919740..3d1799cc 100644 --- a/modules/ing/browser.py +++ b/modules/ing/browser.py @@ -220,7 +220,7 @@ class IngBrowser(LoginBrowser): @need_login def get_bills(self, subscription): - self.billpage.stay_or_go() + self.billpage.go() data = {"AJAXREQUEST": "_viewRoot", "accountsel_form": "accountsel_form", subscription._formid: subscription._formid,