Use @pagination
This commit is contained in:
parent
d291019ce9
commit
c488a0c7ae
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue