add TODO for one of the moods
This commit is contained in:
parent
bb1d52398c
commit
6ceecb78bf
|
@ -204,7 +204,7 @@ class TransitConnection(protocol.Protocol):
|
||||||
total_time, None)
|
total_time, None)
|
||||||
else: # 5 or 7
|
else: # 5 or 7
|
||||||
# we were connected, we hung up first. We record the event.
|
# we were connected, we hung up first. We record the event.
|
||||||
assert self._mood == "happy", self._mood
|
assert self._mood == "happy", self._mood # TODO: mood==None
|
||||||
assert self._buddy
|
assert self._buddy
|
||||||
starts = [self._started, self._buddy._started]
|
starts = [self._started, self._buddy._started]
|
||||||
total_time = finished - min(starts)
|
total_time = finished - min(starts)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user