Commit 789c0a5a by BellCodeEditor

save project

parent a7bc74e8
Showing with 1 additions and 1 deletions
......@@ -29,7 +29,7 @@ def register(): # 注册验证
else:
zd[name] = mima1
info2 = json.dumps(zd)
with open("user.txt","w",encoding = "utr-8") as f3:
with open("user.txt","w",encoding = "utf-8") as f3:
f3.write(info2)
messagebox.showinfo("提示","注册成功")
reg_to_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