Add new EU Central and EU West server regions.

This commit is contained in:
Rapptz
2016-09-09 19:23:55 -04:00
parent 152b3a1125
commit 8384edb061
2 changed files with 11 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ class ServerRegion(Enum):
us_east = 'us-east'
us_south = 'us-south'
us_central = 'us-central'
eu_west = 'eu-west'
eu_central = 'eu-central'
singapore = 'singapore'
london = 'london'
sydney = 'sydney'