Commit e0a8d3f8 by BellCodeEditor

save project

parent 3ce7b14e
Showing with 1 additions and 1 deletions
......@@ -24,7 +24,7 @@ def register(): # 注册验证
elif password1 != password2:
messagebox.showwarning("有病!","自己的密码都记不住!")
else:
messagebox.showinfo("66666","终于正确了!")
messagebox.showinfo("有病","那咋了")
users[name] = password1
def login(): # 登录验证
......
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