From e2c91071b246af4e25211a69e6b8d41802b5630e Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sun, 27 Jun 2021 15:16:47 -0600 Subject: [PATCH] Put US above US minor islands --- jarvis/data/dbrand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/data/dbrand.py b/jarvis/data/dbrand.py index a467e63..34fb275 100644 --- a/jarvis/data/dbrand.py +++ b/jarvis/data/dbrand.py @@ -488,7 +488,7 @@ shipping_lookup = [ "country": "united kingdom of great britain and northern ireland (the)", "code": "GB", }, - {"country": "united states of america (the)", "code": "US"}, + {"country": "the united states of america", "code": "US"}, {"country": "united states minor outlying islands (the)", "code": "UM"}, {"country": "uruguay", "code": "UY"}, {"country": "uzbekistan", "code": "UZ"},