From: Michael Tremer Date: Wed, 21 Feb 2024 17:03:27 +0000 (+0000) Subject: importer: Fix Python syntax error X-Git-Tag: 0.9.18~175 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a054368068d31c6b481ecf5572aea9a8fb0d52e3;p=location%2Flibloc.git importer: Fix Python syntax error Signed-off-by: Michael Tremer --- diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index 5bacaa1..95ddf9e 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -1610,7 +1610,7 @@ class CLI(object): "eu-south-2": "ES", "eu-west-3": "FR", "eu-north-1": "SE", - "eusc-de-east-1", "DE", # XXX: Undocumented, likely located in Berlin rather than Frankfurt + "eusc-de-east-1" : "DE", # XXX: Undocumented, likely located in Berlin rather than Frankfurt "il-central-1": "IL", # XXX: This one is not documented anywhere except for ip-ranges.json itself "me-central-1": "AE", "me-south-1": "BH",