From 6a713c85f8a472ae4e66da918ea534d25f36c0d3 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 14 May 2022 16:37:38 +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 a396f9d..c2062ec 100644 --- a/my_music.py +++ b/my_music.py @@ -15,7 +15,7 @@ pygame.mixer.music.load('test.wav') while True: for event in pygame.event.get(): - if event.type == locals.OUIT + if event.type == locals.OUIT: exit() if event.type == locals.KEYDOWN: if event.type == locals.K_UP: -- libgit2 0.25.0