readurl does not exist anymore
This commit is contained in:
parent
7d4b27a704
commit
2b70120760
1 changed files with 1 additions and 1 deletions
|
|
@ -78,4 +78,4 @@ class FreeMobileBackend(BaseBackend, ICapBill):
|
|||
def download_bill(self, bill):
|
||||
if not isinstance(bill, Bill):
|
||||
bill = self.get_bill(bill)
|
||||
return self.browser.readurl(bill._url)
|
||||
return self.browser.open(bill._url).content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue