Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
chore: remove m/s string
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice committed May 27, 2024
1 parent 9e66b8f commit 3c02e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drumpy/drum/drum.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def find_and_play_sound(
print(
f"{marker}: {closest_sound.name}\n"
f"Distance: {closest_distance:.3f}\n"
f"Velocity: {velocity:.3f} (m/s)\n"
f"Velocity: {velocity:.3f}\n"
f"Position: {position_str(position)}\n"
)
else:
Expand Down

0 comments on commit 3c02e98

Please sign in to comment.