Commit 0f2cbae3 by BellCodeEditor

save project

parent 0b78e293
Showing with 3 additions and 3 deletions
...@@ -36,7 +36,7 @@ def register(): # 注册验证 ...@@ -36,7 +36,7 @@ def register(): # 注册验证
def login(): # 登录验证 def login(): # 登录验证
name,password = app_login.get_input() name,password = app_login.get_input()
pwd = users,get(name) pwd = users.get(name)
if pwd == password: if pwd == password:
messagebox.showinfo("成功""登录成功") messagebox.showinfo("成功""登录成功")
else: else:
......
{"admin": "123456"} {"admin":123456}
\ No newline at end of file \ 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