mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 14:59:29 -05:00
fix: missing colon
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user