Create an id for calls
This commit is contained in:
parent
2ddf8f66b9
commit
9d693bd982
2 changed files with 6 additions and 2 deletions
|
|
@ -161,5 +161,5 @@ class HistoryPage(BasePage):
|
|||
|
||||
self.calls.append(detail)
|
||||
|
||||
def get_calls(self, subscription):
|
||||
def get_calls(self):
|
||||
return sorted(self.calls, key=_get_date, reverse=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue