Commit 2d9bd3bd by BellCodeEditor

save project

parent 8266db58
Showing with 1 additions and 1 deletions
......@@ -39,7 +39,7 @@ class Note(): # 便签、笔记
self.y += 30
def remove(self):
num=self.v,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