From 2bef02532e301826467cfa929bf12605abbba02b Mon Sep 17 00:00:00 2001 From: lubeda Date: Mon, 2 Dec 2024 16:40:30 +0100 Subject: [PATCH] typo --- components/ehmtxv2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ehmtxv2/__init__.py b/components/ehmtxv2/__init__.py index a6a7ec5..927fe9c 100644 --- a/components/ehmtxv2/__init__.py +++ b/components/ehmtxv2/__init__.py @@ -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