Commit 5b4710b7 by BellCodeEditor

save project

parent 66844471
Showing with 1 additions and 1 deletions
......@@ -38,7 +38,7 @@ class Note(): # 便签、笔记
self.val += 1
self.y += 30
def remove(self):
info = self.ent.get()
num = self.ent.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