From 8c0323ede52f8bb009915edc2190f3c4e5bc8a54 Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Tue, 2 Sep 2025 14:04:36 +0700 Subject: [PATCH] fox --- src/calculation_target_reliability/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calculation_target_reliability/service.py b/src/calculation_target_reliability/service.py index 471fd88..8f61571 100644 --- a/src/calculation_target_reliability/service.py +++ b/src/calculation_target_reliability/service.py @@ -64,7 +64,7 @@ async def get_simulation_results(*, simulation_id: str, token: str): plant_response.raise_for_status() calc_data = calc_response.json()["data"] - plot_data = plot_response.json()["data"]["plot_results"] + plot_data = plot_response.json()["data"] plant_data = plant_response.json()["data"] return {