Commit 7ba494d5 by BellCodeEditor

auto save

parent fba9f457
Showing with 3 additions and 3 deletions
...@@ -133,4 +133,4 @@ class My_register(): # 注册窗口 ...@@ -133,4 +133,4 @@ class My_register(): # 注册窗口
return self.name, self.password1, self.password2 return self.name, self.password1, self.password2
app_login = My_login() app_login = My_login()
app_login.show() app_login.show()
\ No newline at end of file
{"admin": "123456", "dami": "123456", "admi": "123456", "python": "123456"} {"admin": "123456", "dami": "123456", "admi": "123456", "python": "123456", "python2": "123456"}
\ 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