Fix conflicts

This commit is contained in:
Mikkeli Matlock
2024-10-10 16:28:49 +09:00
+1 -1
View File
@@ -183,7 +183,7 @@ def find_mp3_files(directory):
file_path = [] file_path = []
with open('./files.txt', 'r') as f: with open('./files.txt', 'r') as f:
for line in f: for line in f:
if line[0] != '#': if line[0] != '#' and line[0] != ';':
file_path.append(line.strip()) file_path.append(line.strip())
for file in file_path: for file in file_path: