Skip to content

Commit

Permalink
remove ()
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Nov 14, 2024
1 parent 37d148e commit ef11f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wigglecam/services/backends/cameras/picamera2.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def _align_fun(self):
# even in debug reduce verbosity a bit if all is fine and within 2ms tolerance
logger.debug(
f"🕑 clk/cam/Δ/adjust=( "
f"{(self._align_timestampset.reference)/1e6:.1f} / "
f"{self._align_timestampset.reference/1e6:.1f} / "
f"{self._align_timestampset.camera/1e6:.1f} / "
f"{timestamp_delta_ns/1e6:5.1f} / "
f"{adjust_amount_us/1e3:5.1f}) ms"
Expand Down

0 comments on commit ef11f9f

Please sign in to comment.