Commit 07b208db by BellCodeEditor

auto save

parent a7920be8
Showing with 1 additions and 1 deletions
......@@ -95,7 +95,7 @@ while True:
click = 0
play_button = stop_img
if pygame.mixer.music.get_busy() == False:
if pygame.mixer.music.get_busy() == False:
num += 1
if num > len(music_list)-1:
num = 0
......
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