Commit ff982701 by BellCodeEditor

auto save

parent d373d367
Showing with 2 additions and 2 deletions
......@@ -38,9 +38,9 @@ class Note(): # 便签、笔记
self.y += 30
def move(self):
num=self.v.get()
ailst.pop(num)
alist.pop(num)
self.canvas.destroy()
self.show()
app .show()
def get_info(self):
info = self.ent.get()
self.ent.delete("0", END)
......
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