Skip to content

Commit

Permalink
Fix default DC ID value
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Feb 2, 2020
1 parent 5f80325 commit ac8009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telethon/client/telegrambaseclient.py
Expand Up @@ -17,7 +17,7 @@
from ..tl import TLObject, functions, types from ..tl import TLObject, functions, types
from ..tl.alltlobjects import LAYER from ..tl.alltlobjects import LAYER


DEFAULT_DC_ID = 4 DEFAULT_DC_ID = 2
DEFAULT_IPV4_IP = '149.154.167.51' 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 DEFAULT_PORT = 443
Expand Down

0 comments on commit ac8009a

Please sign in to comment.