Use internal command of the browser
This commit is contained in:
parent
d8f8eed50d
commit
9585ba1284
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue