unique image filename for same addresses with different ids
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user