From 71b871c9763a3d7ef7cb2dd6b48a2834cd3fe1d0 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Wed, 4 Mar 2026 22:41:45 +0100 Subject: [PATCH] test --- cli/src/zshell/subcommands/scheme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/zshell/subcommands/scheme.py b/cli/src/zshell/subcommands/scheme.py index 4a4e565..981a000 100644 --- a/cli/src/zshell/subcommands/scheme.py +++ b/cli/src/zshell/subcommands/scheme.py @@ -64,7 +64,7 @@ def generate( WALL_PATH = Path() with WALL_DIR_PATH.open() as f: - path = json.load(f).currentWallpaperPath + path = json.load(f)["currentWallpaperPath"] WALL_PATH = path def generate_thumbnail(image_path, thumbnail_path, size=(128, 128)):