Commit 13005bc2 by BellCodeEditor

auto save

parent acdf49a7
Showing with 3 additions and 3 deletions
......@@ -39,7 +39,7 @@ def login(): # 登录验证
name,password = app_login.get_input()
pwd = users.get(name)
if pwd == password:
messagebox.showinfo("jfewgo","hefijrebgj")
messagebox.showinfo("","hefijrebgj")
else:
messagebox.showwarning("Error","Error")
......
{"admin": "123456", "123": "123", "1231": "123"}
\ No newline at end of file
{"admin": "123456", "123": "123", "1231": "123", "111": "111"}
\ No newline at end of file
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