Commit c8c56a12 by BellCodeEditor

save project

parent 608aa157
Showing with 1 additions and 10 deletions
...@@ -36,16 +36,7 @@ def register(): # 注册验证 ...@@ -36,16 +36,7 @@ def register(): # 注册验证
elif : elif :
users[name] = password1 users[name] = password1
content = json.dumps(users)
with open("user.txt","w",en)
def login(): # 登录验证 def login(): # 登录验证
pass pass
......
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