mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-03-23 03:14:22 +03:00
Remove square bracket around IPv6 addresses (#1517)
This commit is contained in:
parent
1d71cdc9e0
commit
958698bba7
|
@ -18,7 +18,7 @@ from ..tl.alltlobjects import LAYER
|
|||
|
||||
DEFAULT_DC_ID = 2
|
||||
DEFAULT_IPV4_IP = '149.154.167.51'
|
||||
DEFAULT_IPV6_IP = '[2001:67c:4e8:f002::a]'
|
||||
DEFAULT_IPV6_IP = '2001:67c:4e8:f002::a'
|
||||
DEFAULT_PORT = 443
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
|
|
Loading…
Reference in New Issue
Block a user