From 3cb77075ad56766a7682eb7c371c78d21b3080f7 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 25 Sep 2021 13:53:10 +0800
Subject: [PATCH] auto save

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

diff --git a/my_music.py b/my_music.py
index b745d7a..7fe3a3b 100644
--- a/my_music.py
+++ b/my_music.py
@@ -16,6 +16,7 @@ while True:
     for event in pygame.event.get():
         if event.type==locals.QUIT:
             exit()
+    if pygame.m
 
     # 绘制画面
     screen.blit(bg_img, (0, 0))      # 填充背景
--
libgit2 0.25.0