core: add taiwan to AllnetCountryCode
parent
e205777693
commit
c5fc879af6
|
@ -38,6 +38,7 @@ class AllnetCountryCode(Enum):
|
|||
HONG_KONG = "HKG"
|
||||
SINGAPORE = "SGP"
|
||||
SOUTH_KOREA = "KOR"
|
||||
TAIWAN = "TWN"
|
||||
CHINA = "CHN"
|
||||
|
||||
class AllnetJapanRegionId(Enum):
|
||||
|
|
Loading…
Reference in New Issue