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):