From fb2b342322698bdd2924cea5030bb4871dc91832 Mon Sep 17 00:00:00 2001 From: KeksNino <87879013+KeksNino@users.noreply.github.com> Date: Fri, 19 Sep 2025 23:48:53 +0200 Subject: [PATCH] Update csv_file_sync.py --- csv_file_sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csv_file_sync.py b/csv_file_sync.py index 8aeed5b..b0bc16c 100644 --- a/csv_file_sync.py +++ b/csv_file_sync.py @@ -1,9 +1,9 @@ import os import csv -download_folder = "/home/user/Music/test/" +download_folder = "YOUR_FILE_DIRECTORY_PATH" -csv_file = "syntax-error.csv" +csv_file = "YOUR_CSV_FILE_PATH" playlist_tracks = set() with open(download_folder + csv_file, newline='', encoding='utf-8') as f: