fix: wall not Path type (#89)

This commit is contained in:
xeisenberg
2026-03-04 14:00:11 +05:30
committed by GitHub
parent c9312f3928
commit 51cecd481c
+1
View File
@@ -96,6 +96,7 @@ def get_smart_opts(wall: Path, cache: Path) -> str:
def get_colours_for_wall(wall: Path | str, no_smart: bool) -> None:
wall = Path(wall)
scheme = get_scheme()
cache = wallpapers_cache_dir / compute_hash(wall)