Commit b786dba4 by BellCodeEditor

save project

parent d972428e
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮 ...@@ -15,7 +15,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮
music_list = [] music_list = []
path = "C:\\Users\\EDZ\\Desktop\\新建文件夹" path = "C:\\Users\\EDZ\\Desktop\\music"
filelist = os.listdir(path) filelist = os.listdir(path)
num = -1 num = -1
for i in filelist: for i in filelist:
......
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