Skip to content

Commit

Permalink
typo in f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
miaucl committed Aug 24, 2024
1 parent fa519c7 commit 60f26ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker2mqtt/docker2mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def loop_busy(self, raise_known_exceptions: bool = False) -> None:
MAX_QUEUE_SIZE
- max(self.docker_events.qsize(), self.docker_stats.qsize())
)
main_logger.debug("Sleep for %f.5fs until next iteration", sleep_time)
main_logger.debug("Sleep for %.5fs until next iteration", sleep_time)
sleep(sleep_time)

def get_docker_version(self) -> str:
Expand Down

0 comments on commit 60f26ce

Please sign in to comment.