Commit be1a1879 by BellCodeEditor

save project

parent edca1d49
Showing with 3 additions and 2 deletions
......@@ -35,6 +35,7 @@ def register(): # 注册验证
new_date = json.dumps(date)
with open("user.txt","w",encoding="utf-8") as file1:
file1.write(new_date)
reg_to_login()
def login(): # 登录验证
pass
......
{"123456": "123456"}
\ No newline at end of file
{"123456": "123456", "12345": "1"}
\ 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