Commit cded02dd by BellCodeEditor

save project

parent ee4924d2
Showing with 1 additions and 1 deletions
......@@ -22,7 +22,7 @@ def register(): # 注册验证
elif name in info:
messagebox.showwarning('警告','用户名重复!')
elif password1!=password2:
messagebox.showwarning('错误','密码输入不正确!')
messagebox.showerror('错误','密码输入不正确!')
else:
users[name]=password1
content=json.dumps(users)
......
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