Commit f9168807 by BellCodeEditor

save project

parent a1438b99
Showing with 3 additions and 3 deletions
......@@ -32,7 +32,7 @@ def register(): # 注册验证
with open("user.txt","w",encoding="utf-8") as file:
file.write(content)
messagebox.showinfo("2ok")
reg_to_show()
reg_to_login()()
def login(): # 登录验证
......
{"admin": "123456"}
\ No newline at end of file
{"admin": "123456", "kylan": "12345"}
\ No newline at end of file
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