From ed8398f28cf543bd81fc2a450fa14d68edf671e4 Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Wed, 15 Oct 2025 18:51:32 +0300 Subject: [PATCH] Update error message for missing config path --- yt-playlist-main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt-playlist-main.py b/yt-playlist-main.py index c83734e..065b3e0 100644 --- a/yt-playlist-main.py +++ b/yt-playlist-main.py @@ -96,7 +96,7 @@ class ConfigLoader: f"{WARN}[ERROR] {name} not found.\n" f" Configured path: '{path_str}'\n" f" Resolved absolute path: '{path}'\n" - f"Please install or correct the yt-playlist-config.json path." + f"Please correct the yt-playlist-config.json path." ) sys.exit(1)