Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Jan 15, 2020
1 parent b74a456 commit 01942b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def recv_one_retry(sock):
if dat is not None:
return log.Event.from_bytes(dat)

# TODO: This does not belong in messaging
def get_one_can(logcan):
while True:
can = recv_one_retry(logcan)
Expand Down

0 comments on commit 01942b8

Please sign in to comment.