diff --git a/jarvis/data/dbrand.py b/jarvis/data/dbrand.py index 5c96d6e..a467e63 100644 --- a/jarvis/data/dbrand.py +++ b/jarvis/data/dbrand.py @@ -467,7 +467,7 @@ shipping_lookup = [ {"country": "sweden", "code": "SE"}, {"country": "switzerland", "code": "CH"}, {"country": "syrian arab republic", "code": "SY"}, - {"country": "taiwan (province of china)", "code": "TW"}, + {"country": "taiwan", "code": "TW"}, {"country": "tajikistan", "code": "TJ"}, {"country": "tanzania, united republic of", "code": "TZ"}, {"country": "thailand", "code": "TH"}, @@ -488,8 +488,8 @@ shipping_lookup = [ "country": "united kingdom of great britain and northern ireland (the)", "code": "GB", }, - {"country": "united states minor outlying islands (the)", "code": "UM"}, {"country": "united states of america (the)", "code": "US"}, + {"country": "united states minor outlying islands (the)", "code": "UM"}, {"country": "uruguay", "code": "UY"}, {"country": "uzbekistan", "code": "UZ"}, {"country": "vanuatu", "code": "VU"},