Skip to content

Commit e367e4e

Browse files
authored
Update data_center.py
1 parent 2c358ce commit e367e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/session/internals/data_center.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ def __new__(cls, dc_id: int, test_mode: bool, ipv6: bool, media: bool) -> Tuple[
7878
else:
7979
ip = cls.PROD[dc_id]
8080

81-
return ip, 443
81+
return ip, 5222

0 commit comments

Comments
 (0)