Skip to content

Commit 01942b8

Browse files
committed
add TODO
1 parent b74a456 commit 01942b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

messaging/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def recv_one_retry(sock):
117117
if dat is not None:
118118
return log.Event.from_bytes(dat)
119119

120+
# TODO: This does not belong in messaging
120121
def get_one_can(logcan):
121122
while True:
122123
can = recv_one_retry(logcan)

0 commit comments

Comments
 (0)