Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Dec 2, 2024
1 parent 3e1a054 commit 2bef025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ehmtxv2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def thumbnails(frames):

if hasattr(image, 'n_frames'):
frames = min(image.n_frames, MAXFRAMES)
logging.info(f"animation {conf[CONF_ID]} with { frames } frames")
logging.info(f"animation {conf[CONF_ID]} with { frames } frame(s)")
else:
frames = 1

Expand Down

0 comments on commit 2bef025

Please sign in to comment.