Commit da62aebc by BellCodeEditor

save project

parent 4c7ef2cd
Showing with 1 additions and 1 deletions
...@@ -39,7 +39,7 @@ class Note(): # 便签、笔记 ...@@ -39,7 +39,7 @@ class Note(): # 便签、笔记
def remove(self): def remove(self):
num = self.v.get() num = self.v.get()
alist.pop(num) alist.pop(num)
self.c.destroy() self.canvas.destroy()
app.show() app.show()
def get_info(self): def get_info(self):
info = self.ent.get() info = self.ent.get()
......
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