From 98dc0404a9c4ee7d665d12202a5e0635ec9595c7 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Mon, 18 Jul 2022 14:54:07 +0800
Subject: [PATCH] save project

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

diff --git a/my_music.py b/my_music.py
index 3793a43..64844d9 100644
--- a/my_music.py
+++ b/my_music.py
@@ -39,6 +39,8 @@ while True:
 
         # 按下鼠标
         if event.type == locals.MOUSEBUTTONDOWN:
+            if event .button == 1:
+                x,y = event.pos
                 # 次数增加
                 click += 1
                 if click % 2 == 0:
--
libgit2 0.25.0