From 6e030d9137e03d6832492e578f94826ae28b7439 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Fri, 22 Aug 2025 04:15:43 +0100 Subject: [PATCH] solar pv recomendation description --- recommendations/SolarPvRecommendations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recommendations/SolarPvRecommendations.py b/recommendations/SolarPvRecommendations.py index 40d355a6..cb20ea71 100644 --- a/recommendations/SolarPvRecommendations.py +++ b/recommendations/SolarPvRecommendations.py @@ -264,7 +264,7 @@ class SolarPvRecommendations: scaffolding_options=self.scaffolding_options, n_floors=self.property.number_of_floors ) - description = f"solar_pv_product['description'] - {solar_pv_product['size']} kWp system" + description = f"{solar_pv_product['description']} - {solar_pv_product['size']} kWp system" if self.property.in_conservation_area: description += " Property is in a consevation area - please check with local planning authority."