Commit bc0b454e by BellCodeEditor

save project

parent feae986d
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮
# 载入音乐
music_list=[]
path='F:\Kugou' # 载入音乐
path='F:\\Kugou' # 载入音乐
filelist=os.listdir(padh)
for i in filelist:
if i[-4:] == '.mp3':
......
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