seconds
This commit is contained in:
parent
bea84cbd33
commit
68401a530c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Call(NamedTuple):
|
|||
|
||||
@property
|
||||
def summary(self) -> str:
|
||||
return f"talked with {self.who} for {self.duration_s}"
|
||||
return f"talked with {self.who} for {self.duration_s} secs"
|
||||
|
||||
|
||||
def _extract_calls(fname: str) -> Iterator[Call]:
|
||||
|
|
Loading…
Add table
Reference in a new issue