]> git.ipfire.org Git - location/libloc.git/commitdiff
importer: Fix Python syntax error
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Feb 2024 17:03:27 +0000 (17:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Feb 2024 17:03:27 +0000 (17:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/location-importer.in

index 5bacaa1d51add9a6ad3a6c1da2461d0c8f55fbd4..95ddf9e4aef6259436913c647ef20acc3e715b76 100644 (file)
@@ -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",