fix: missing colon

This commit is contained in:
2 * r + 2 * t
2026-02-21 00:52:12 +11:00
parent 8ce97ea3f5
commit 0b9e416175
+1 -1
View File
@@ -99,7 +99,7 @@ def get_colours_for_wall(wall: Path | str, no_smart: bool) -> None:
scheme = get_scheme() scheme = get_scheme()
cache = wallpapers_cache_dir / compute_hash(wall) cache = wallpapers_cache_dir / compute_hash(wall)
if wall.suffix.lower() == ".gif" if wall.suffix.lower() == ".gif":
wall = convert_gif(wall) wall = convert_gif(wall)
name = "dynamic" name = "dynamic"