From 4fd79624143c5184db17588cff9956140569c357 Mon Sep 17 00:00:00 2001 From: Confused Character <121636230+ConfusedCharacter@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:25:57 +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 55710417..08769b3f 100644 --- a/telethon/network/connection/tcpmtproxy.py +++ b/telethon/network/connection/tcpmtproxy.py @@ -132,7 +132,7 @@ class TcpMTProxy(ObfuscatedConnection): return proxy_info[:2] @staticmethod - def normilize_secret(secret): + def normalize_secret(secret): if secret[:2] in ("ee", "dd"): # Remove extra bytes secret = secret[2:]