lint
This commit is contained in:
parent
e088987c1d
commit
e8a92bef43
1 changed files with 3 additions and 2 deletions
|
@ -59,8 +59,9 @@ class Mega(object):
|
|||
a32_to_base64(encrypt_key(master_key, password_key)),
|
||||
'ts':
|
||||
base64_url_encode(
|
||||
a32_to_str(session_self_challenge) +
|
||||
a32_to_str(encrypt_key(session_self_challenge, master_key))
|
||||
a32_to_str(session_self_challenge) + a32_to_str(
|
||||
encrypt_key(session_self_challenge, master_key)
|
||||
)
|
||||
)
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue