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)