more comment symbols
This commit is contained in:
+1
-1
@@ -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] != '#':
|
if line[0] != '#' and line.strip() != ';':
|
||||||
file_path.append(line.strip())
|
file_path.append(line.strip())
|
||||||
|
|
||||||
for file in file_path:
|
for file in file_path:
|
||||||
|
|||||||
Reference in New Issue
Block a user