Commit 8f9620f3 by BellCodeEditor

save project

parent eb8461ab
Showing with 1 additions and 1 deletions
......@@ -16,7 +16,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮
music_list=[]# 载入音乐
path="C:\\Users\\111\\Desktop\\test"
filelist =os.listdir(path)
for i in filelist=="wav"or i[-4:]==,"ogg":
for i in filelist==".wav"or i[-4:]==".ogg":
music_list.append(i)
num=-1
volume = 0.2
......
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