Commit 22c00c69 by BellCodeEditor

save project

parent 96333685
Showing with 1 additions and 1 deletions
......@@ -33,7 +33,7 @@ def register(): # 注册验证
def login(): # 登录验证
name,password = app_login.get_input()
qwer = users.get(name)
if qwer = password:
if qwer == password:
messagebox.showinfo("牛逼","登录成功")
else:
messagebox.showwarning("错误","0101000010001110101")
......
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