From b7af01875589fff6ce4427e54fb93b1a27ed88a8 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sun, 27 Jun 2021 15:15:14 -0600 Subject: [PATCH] Put US above US minor islands --- jarvis/data/dbrand.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"},