Some small fixes with browser2
This commit is contained in:
parent
9155747fb9
commit
8a28d9cc5f
2 changed files with 4 additions and 5 deletions
|
|
@ -127,5 +127,4 @@ class INGBackend(BaseBackend, ICapBank, ICapBill):
|
|||
if not isinstance(bill, Bill):
|
||||
bill = self.get_bill(bill)
|
||||
self.browser.predownload(bill)
|
||||
with self.browser:
|
||||
return self.browser.readurl("https://secure.ingdirect.fr" + bill._url)
|
||||
return self.browser.open("https://secure.ingdirect.fr" + bill._url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue