From 0b9e4161751f6e4048e8d0e4b29f08d0ade0f50f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 21 Feb 2026 00:52:12 +1100 Subject: [PATCH] fix: missing colon --- src/caelestia/utils/wallpaper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caelestia/utils/wallpaper.py b/src/caelestia/utils/wallpaper.py index c470b9c..6699823 100644 --- a/src/caelestia/utils/wallpaper.py +++ b/src/caelestia/utils/wallpaper.py @@ -99,7 +99,7 @@ def get_colours_for_wall(wall: Path | str, no_smart: bool) -> None: scheme = get_scheme() cache = wallpapers_cache_dir / compute_hash(wall) - if wall.suffix.lower() == ".gif" + if wall.suffix.lower() == ".gif": wall = convert_gif(wall) name = "dynamic"