From c26383c9c086f2d8be9e8ef6f5f51e4422f186e3 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 16 Apr 2023 19:53:42 +0100 Subject: [PATCH] Add LE HAVRE to list of ports --- ferry/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ferry/__init__.py b/ferry/__init__.py index 4436037..58a329f 100644 --- a/ferry/__init__.py +++ b/ferry/__init__.py @@ -18,6 +18,7 @@ ports = { "CAEN": "FROUI", "CHERBOURG": "FRCER", "ST MALO": "FRSML", + "LE HAVRE": "FRLEH", } port_lookup = {code: name for name, code in ports.items()}