more comment symbols

This commit is contained in:
Mikkeli Matlock
2024-09-28 02:11:37 +09:00
parent 15fbb5d47a
commit 1876b0cb9c
+1 -1
View File
@@ -134,7 +134,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] != '#' and line.strip() != ';': 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: