Add multiaccount support for history command
This commit is contained in:
parent
adce6d0c83
commit
c4f44361b6
3 changed files with 6 additions and 3 deletions
|
|
@ -111,7 +111,6 @@ class DetailsPage(BasePage):
|
|||
return voice
|
||||
|
||||
def get_details(self, subscription):
|
||||
print self.details
|
||||
num = self.details['num' + subscription.id]
|
||||
return self.details[num]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue