Commit 0875466b by BellCodeEditor

auto save

parent 43ced631
Showing with 2 additions and 0 deletions
......@@ -26,6 +26,8 @@ def login(): # 登录验证
messagebox.showwarning("错误""两次密码不一样")
else:
user[name]=password1
content=json.dumps(users)
class My_login(): # 登录窗口
def __init__(self):
self.root = tkinter.Tk()
......
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