Commit a7bc74e8 by BellCodeEditor

save project

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