From 450b58e1e9b901b59f338a3efd8e929f164bdfeb Mon Sep 17 00:00:00 2001 From: Schrom01 Date: Wed, 11 Jun 2025 21:46:07 +0200 Subject: [PATCH] unique image filename for same addresses with different ids --- Sonnendach.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sonnendach.py b/Sonnendach.py index 9599c82..45822f2 100644 --- a/Sonnendach.py +++ b/Sonnendach.py @@ -235,7 +235,7 @@ def search_adresses(adress_list, filename_adresslist, driver, mainText): roof_has_solarpanel = False if(found and createImages.get() > 0 and roof_is_suitable and (not roof_has_solarpanel)): - image_filename = address_string + ".png" + image_filename = adress[columnIndexes[14]] + " " + address_string + ".png" barchart_color = "" if(suitability == 1):