forked from Shinonome/caelestia-cli
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()
|
||||
cache = wallpapers_cache_dir / compute_hash(wall)
|
||||
|
||||
if wall.suffix.lower() == ".gif"
|
||||
if wall.suffix.lower() == ".gif":
|
||||
wall = convert_gif(wall)
|
||||
|
||||
name = "dynamic"
|
||||
|
||||
Reference in New Issue
Block a user