PyroFork: change datacenter port to 5222

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
Malay Patra 2023-06-28 08:32:32 +05:30 committed by wulan17
parent d9ac3cf355
commit e355e73f14
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -80,4 +80,4 @@ class DataCenter:
else:
ip = cls.PROD[dc_id]
return ip, 443
return ip, 5222