Create an id for calls

This commit is contained in:
Florent 2013-01-28 15:45:44 +01:00
commit 9d693bd982
2 changed files with 6 additions and 2 deletions

View file

@ -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)