From c0daa12f2605b62fec5b69bfbe7fdc8dd17226a9 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Wed, 12 Aug 2026 13:47:46 +0200 Subject: [PATCH] Include full edamam api response for saving purpose --- cloud/microwaveCookPlanner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/microwaveCookPlanner.py b/cloud/microwaveCookPlanner.py index c3933a1..b497642 100644 --- a/cloud/microwaveCookPlanner.py +++ b/cloud/microwaveCookPlanner.py @@ -96,5 +96,6 @@ class MicrowaveCookPlanner: "reconciled_mass_g": final_mass_g, "mass_validation_status": mass_data["status"], "cook_plan": cook_plan, - "geometry": vol_data + "geometry": vol_data, + "edaman_response": edamam_resp } \ No newline at end of file