diff --git a/agenda/trip.py b/agenda/trip.py index b991e10..bf110b4 100644 --- a/agenda/trip.py +++ b/agenda/trip.py @@ -389,7 +389,7 @@ def get_trip_routes(trip: Trip, data_dir: str) -> list[StrDict]: for item in trip.conferences if "latitude" in item and "longitude" in item - and item["country"] not in ("gb", "be") # not flying to Belgium + and item["country"] not in {"gb", "be", "fr"} # not flying to Belgium or France ]