Commit 107f84c6 by BellCodeEditor

auto save

parent c1149b2c
Showing with 2 additions and 2 deletions
...@@ -25,8 +25,8 @@ class Note(): # 便签、笔记 ...@@ -25,8 +25,8 @@ class Note(): # 便签、笔记
bg="lightblue", width=5, command=self.get_info) bg="lightblue", width=5, command=self.get_info)
self.but.place(x=240, y=305) self.but.place(x=240, y=305)
self.y = 20 self.
def get_info(self): def get_info(self):
pass pass
......
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