From e451970c0f379490b81467f1f7e32e97e240b781 Mon Sep 17 00:00:00 2001 From: Confused Character <121636230+ConfusedCharacter@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:21:19 +0330 Subject: [PATCH] Update telethon/network/connection/tcpmtproxy.py Co-authored-by: Lonami --- telethon/network/connection/tcpmtproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/network/connection/tcpmtproxy.py b/telethon/network/connection/tcpmtproxy.py index 26f58184..81c2b500 100644 --- a/telethon/network/connection/tcpmtproxy.py +++ b/telethon/network/connection/tcpmtproxy.py @@ -146,7 +146,7 @@ class TcpMTProxy(ObfuscatedConnection): secret = secret + "==" secret_bytes = base64.b64decode(secret.encode()) - return secret_bytes[:16] # Remove the domain from the secret (until domain support is added) + return secret_bytes[:16] # Remove the domain from the secret (until domain support is added) class ConnectionTcpMTProxyAbridged(TcpMTProxy): """