diff --git a/agenda/thespacedevs.py b/agenda/thespacedevs.py index acc6758..e296e54 100644 --- a/agenda/thespacedevs.py +++ b/agenda/thespacedevs.py @@ -143,6 +143,8 @@ def summarize_launch(launch: Launch) -> Summary: "location": launch["pad"]["location"]["name"], "country_code": launch["pad"]["country_code"], "orbit": get_nested(launch, ["mission", "orbit"]), + "probability": launch["probability"], + "weather_concerns": launch["weather_concerns"], }