From fb1f82c92224b034b17989e2e50c12a546f19e09 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 7 Jan 2022 18:59:33 +0800
Subject: [PATCH] auto save

---
 my_music.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/my_music.py b/my_music.py
index ee56852..1e451a4 100644
--- a/my_music.py
+++ b/my_music.py
@@ -49,7 +49,7 @@ while True:
                     else:
                         play_button = play_img
                         pygame.mixer.music.pause()
-
+    if
     if pygame.mixer.music.get_busy() == False:
         pygame.mixer.music.play()
 
--
libgit2 0.25.0