From 27a365b3d9b4cf9c1ae8715e45021b9fd93c38ce Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 12 Dec 2021 08:43:13 +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 3793a43..53d9f95 100644 --- a/my_music.py +++ b/my_music.py @@ -39,7 +39,7 @@ while True: # 按下鼠标 if event.type == locals.MOUSEBUTTONDOWN: - # 次数增加 + if click += 1 if click % 2 == 0: play_button = stop_img -- libgit2 0.25.0