Commit 73265cd5 by BellCodeEditor

save project

parent 5b4710b7
Showing with 1 additions and 1 deletions
......@@ -38,7 +38,7 @@ class Note(): # 便签、笔记
self.val += 1
self.y += 30
def remove(self):
num = self.ent.get()
num = self.v.get()
alist.pop(num)
self.canvas.destroy()
app.show()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment