mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-23 01:46:35 +03:00
Remove forgotten print call from authenticator.py
This commit is contained in:
parent
a6c898f8d1
commit
3a4662c3bf
|
@ -124,7 +124,6 @@ def _do_authentication(connection):
|
|||
raise AssertionError(server_dh_inner)
|
||||
|
||||
if server_dh_inner.nonce != res_pq.nonce:
|
||||
print(server_dh_inner.nonce, res_pq.nonce)
|
||||
raise SecurityError('Invalid nonce in encrypted answer')
|
||||
|
||||
if server_dh_inner.server_nonce != res_pq.server_nonce:
|
||||
|
|
Loading…
Reference in New Issue
Block a user