diff --git a/agenda/thespacedevs.py b/agenda/thespacedevs.py index 01a27e5..15ad455 100644 --- a/agenda/thespacedevs.py +++ b/agenda/thespacedevs.py @@ -125,6 +125,7 @@ def summarize_launch(launch: Launch) -> Summary: return { "name": launch.get("name"), + "slug": launch["slug"], "status": launch.get("status"), "net": launch.get("net"), "net_precision": net_precision,