first commit

This commit is contained in:
Administrator 2024-06-17 16:08:17 +08:00
parent 6fe5d2bd2a
commit 90510d8ce8
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ def main():
elif choice == '3': elif choice == '3':
user_name = input("请输入用户名: ") user_name = input("请输入用户名: ")
result = user.get_user(ip, token, user_name) result = user.g0et_user(ip, token, user_name)
print(result) print(result)
main() main()