Commit 7bc00d33 by BellCodeEditor

save project

parent 55637615
Showing with 1 additions and 1 deletions
...@@ -104,7 +104,7 @@ def login(): # 登录验证 ...@@ -104,7 +104,7 @@ def login(): # 登录验证
pwd = users.get(name) pwd = users.get(name)
if pwd == password: if pwd == password:
app_login.root.destroy() app_login.root.destroy()
app=Note app=Note()
app.show() app.show()
app.root.mainloop app.root.mainloop
else: else:
......
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