This commit is contained in:
Zacharias-Brohn
2026-03-04 22:41:45 +01:00
parent c87443e72c
commit 71b871c976
+1 -1
View File
@@ -64,7 +64,7 @@ def generate(
WALL_PATH = Path() WALL_PATH = Path()
with WALL_DIR_PATH.open() as f: with WALL_DIR_PATH.open() as f:
path = json.load(f).currentWallpaperPath path = json.load(f)["currentWallpaperPath"]
WALL_PATH = path WALL_PATH = path
def generate_thumbnail(image_path, thumbnail_path, size=(128, 128)): def generate_thumbnail(image_path, thumbnail_path, size=(128, 128)):