From 06e0df0b4f16bd73fa805bb5bba1bc9571fd02aa Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 26 Jul 2015 15:18:20 +0200 Subject: [PATCH] correctly get subscriptions even if previous page was on market --- modules/ing/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ing/browser.py b/modules/ing/browser.py index 5d992fe8..d90c9134 100644 --- a/modules/ing/browser.py +++ b/modules/ing/browser.py @@ -287,6 +287,7 @@ class IngBrowser(LoginBrowser): ############# CapBill ############# @need_login + @check_bourse def get_subscriptions(self): return self.billpage.go().iter_account()