Add LE HAVRE to list of ports

This commit is contained in:
Edward Betts 2023-04-16 19:53:42 +01:00
parent 5bca7bb801
commit c26383c9c0

View file

@ -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()}