Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TedSjoblom committed Mar 29, 2023
1 parent 493ad67 commit 419bf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def unpack_spoke(envelope: cEnvelope) -> Tuple[float, np.ndarray, np.ndarray]:
str_id = str(envelope.sender_stamp)
# str_time = str(envelope.sender_timestamp)

LOGGER.info("Sender ID: %s, time: %s", str_id, str_time)
LOGGER.info("Sender ID: %s", str_id)



Expand Down

0 comments on commit 419bf17

Please sign in to comment.