add TODO for one of the moods

This commit is contained in:
Brian Warner 2019-09-10 23:05:22 -07:00
parent bb1d52398c
commit 6ceecb78bf

View File

@ -204,7 +204,7 @@ class TransitConnection(protocol.Protocol):
total_time, None)
else: # 5 or 7
# 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
starts = [self._started, self._buddy._started]
total_time = finished - min(starts)