Add CDN DC-121 IP in production DCs list

This commit is contained in:
Dan 2017-12-22 09:27:13 +01:00
parent 92d1bcfb41
commit e8f04793ea

View File

@ -30,7 +30,8 @@ class DataCenter:
2: "149.154.167.51",
3: "149.154.175.100",
4: "149.154.167.91",
5: "91.108.56.149"
5: "91.108.56.149",
121: "95.213.217.195"
}
def __new__(cls, dc_id: int, test_mode: bool):