From 3eae9e59ead61bbd0e20103027f760f0d7df2a56 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 11 Apr 2021 16:32:34 +0800 Subject: [PATCH] save project --- my_music.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_music.py b/my_music.py index 3793a43..b436db3 100644 --- a/my_music.py +++ b/my_music.py @@ -58,4 +58,4 @@ while True: screen.blit(last_img, (120, 350)) # 上一曲 screen.blit(next_img, (420, 350)) # 下一曲 # 刷新画面 - pygame.display.update() + pygame.display.update() \ No newline at end of file -- libgit2 0.25.0