Return the content, not the "request" response
This commit is contained in:
parent
0c3121a614
commit
2deca63206
1 changed files with 1 additions and 1 deletions
|
|
@ -127,4 +127,4 @@ class INGBackend(BaseBackend, ICapBank, ICapBill):
|
|||
if not isinstance(bill, Bill):
|
||||
bill = self.get_bill(bill)
|
||||
self.browser.predownload(bill)
|
||||
return self.browser.open("https://secure.ingdirect.fr" + bill._url)
|
||||
return self.browser.open("https://secure.ingdirect.fr" + bill._url, stream=True).content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue