Use @pagination

This commit is contained in:
Florent 2014-04-15 10:26:25 +02:00
commit c488a0c7ae
2 changed files with 3 additions and 2 deletions

View file

@ -214,7 +214,7 @@ class IngBrowser(LoginBrowser):
"transfer_issuer_radio": subscription.id
}
self.billpage.go(data=data)
return self.pagination(lambda: self.page.iter_bills(subid=subscription.id))
return self.page.iter_bills(subid=subscription.id)
def predownload(self, bill):
self.page.postpredown(bill._localid)