Add multiaccount support for history command
This commit is contained in:
parent
adce6d0c83
commit
c4f44361b6
3 changed files with 6 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ class Freemobile(BaseBrowser):
|
|||
|
||||
def get_history(self, subscription):
|
||||
if not self.is_on_page(HistoryPage):
|
||||
self.location('/moncompte/ajax.php?page=consotel_current_month', 'login=' + self.username)
|
||||
self.location('/moncompte/ajax.php?page=consotel_current_month', 'login=' + subscription._login)
|
||||
return self.page.get_calls(subscription)
|
||||
|
||||
def get_details(self, subscription):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue