We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c358ce commit e367e4eCopy full SHA for e367e4e
pyrogram/session/internals/data_center.py
@@ -78,4 +78,4 @@ def __new__(cls, dc_id: int, test_mode: bool, ipv6: bool, media: bool) -> Tuple[
78
else:
79
ip = cls.PROD[dc_id]
80
81
- return ip, 443
+ return ip, 5222
0 commit comments