From d297f6c2ceeb673d7732150449f3def7ce0a08f7 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Fri, 22 Aug 2025 03:25:47 +0100 Subject: [PATCH] debugging backend --- etl/customers/remote_assessments/app.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etl/customers/remote_assessments/app.py b/etl/customers/remote_assessments/app.py index 5fbae1d0..e22dd93d 100644 --- a/etl/customers/remote_assessments/app.py +++ b/etl/customers/remote_assessments/app.py @@ -125,14 +125,14 @@ def app(): body1 = { "portfolio_id": str(PORTFOLIO_ID), "housing_type": "Social", - "goal": "EPC B", + "goal": "Increasing EPC", "goal_value": "B", "trigger_file_path": filename, "already_installed_file_path": "", "patches_file_path": "", "non_invasive_recommendations_file_path": "", - "valuation_file_path": "", - "scenario_name": "Full package remote assessment", + "valuation_file_path": valuation_filename, + "scenario_name": "EPC B", "multi_plan": True, "budget": None, "ashp_cop": 3.5, @@ -145,14 +145,14 @@ def app(): body2 = { "portfolio_id": str(PORTFOLIO_ID), "housing_type": "Social", - "goal": "EPC C", + "goal": "Increasing EPC", "goal_value": "C", "trigger_file_path": filename, "already_installed_file_path": "", "patches_file_path": "", "non_invasive_recommendations_file_path": "", - "valuation_file_path": "", - "scenario_name": "Full package remote assessment", + "valuation_file_path": valuation_filename, + "scenario_name": "EPC C", "multi_plan": True, "budget": None, "ashp_cop": 3.5,