Commit aa747e7f by BellCodeEditor

save project

parent 19fc1bc0
Showing with 1 additions and 1 deletions
...@@ -28,7 +28,7 @@ Music_List = [] ...@@ -28,7 +28,7 @@ Music_List = []
for file in os.listdir(path): for file in os.listdir(path):
if file[-4:] == "wav" or file[-4:] == "ogg": if file[-4:] == ".wav" or file[-4:] == ".ogg":
Music_List.append(file) Music_List.append(file)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment