mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-31 10:19:48 +03:00
Update telethon/network/connection/tcpmtproxy.py
Co-authored-by: Lonami <totufals@hotmail.com>
This commit is contained in:
parent
0085193ab1
commit
4fd7962414
|
@ -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:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user