readurl does not exist anymore

This commit is contained in:
Florent 2014-04-03 15:09:13 +02:00
commit 2b70120760

View file

@ -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