unique image filename for same addresses with different ids

This commit is contained in:
Schrom01 2025-06-11 21:46:07 +02:00
parent 7234a330a8
commit 450b58e1e9
1 changed files with 1 additions and 1 deletions

View File

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