Finished authenticator (now it works!)

This commit is contained in:
Lonami
2016-09-03 20:34:24 +02:00
parent 75892afb2e
commit c863537b7b
4 changed files with 97 additions and 12 deletions

View File

@@ -11,5 +11,7 @@ if __name__ == '__main__':
transport = TcpTransport('149.154.167.91', 443)
auth_key, time_offset = do_authentication(transport)
print(auth_key)
print(auth_key.aux_hash)
print(auth_key.key)
print(auth_key.key_id)
print(time_offset)