diff --git a/modules/freemobile/browser.py b/modules/freemobile/browser.py index 1ed79d0b..b161d290 100644 --- a/modules/freemobile/browser.py +++ b/modules/freemobile/browser.py @@ -67,7 +67,7 @@ class Freemobile(BaseBrowser): if not self.is_on_page(HomePage): self.location('/moncompte/index.php?page=home') - for a in self.page.get_list(): + for a in self.get_subscription_list(): if a.id == id: return a