Update csv_file_sync.py
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
import os
|
import os
|
||||||
import csv
|
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()
|
playlist_tracks = set()
|
||||||
with open(download_folder + csv_file, newline='', encoding='utf-8') as f:
|
with open(download_folder + csv_file, newline='', encoding='utf-8') as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user