mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
fix profile.py bug
This commit is contained in:
parent
9cfeb88e28
commit
91764f44b4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def get_auth_token(
|
|||
|
||||
auth_token = rsa.generate_private_key(public_exponent=65537,key_size=2048)
|
||||
|
||||
realm_user_id = private_key.public_key()
|
||||
realm_user_id = auth_token.public_key()
|
||||
# else:
|
||||
# logger.debug("Using old-style authentication")
|
||||
# # Make the request without the 2FA code to make the prompt appear
|
||||
|
|
Loading…
Reference in a new issue