1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 04:23:59 +03:00

Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-10-25 21:27:16 +03:00
parent 9c241a45ec
commit 5c9d0b3255
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ if not os.getenv("INTEGRATION_TEST"):
# Prefer local ./bin/ executables for integration runs when available.
# Set environment variables before importing TempConfig so its class attributes
# pick up these overridden paths.
bin_dir = REPO_ROOT / "bin"
bin_dir = REPO_ROOT / "bin" / "linux"
if bin_dir.exists():
ytdlp_path = bin_dir / "yt-dlp"
if ytdlp_path.exists():