Skip to content

Commit

Permalink
add TODO for one of the moods
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Sep 11, 2019
1 parent bb1d523 commit 6ceecb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wormhole_transit_relay/transit_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def connectionLost(self, reason):
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)
Expand Down

0 comments on commit 6ceecb7

Please sign in to comment.