forked from Silias-Public/Sonnendach
				
			unique image filename for same addresses with different ids
This commit is contained in:
		
							parent
							
								
									7234a330a8
								
							
						
					
					
						commit
						450b58e1e9
					
				| 
						 | 
					@ -235,7 +235,7 @@ def search_adresses(adress_list, filename_adresslist, driver, mainText):
 | 
				
			||||||
                roof_has_solarpanel = False
 | 
					                roof_has_solarpanel = False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if(found and createImages.get() > 0 and roof_is_suitable and (not roof_has_solarpanel)):
 | 
					            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 = ""
 | 
					                barchart_color = ""
 | 
				
			||||||
                if(suitability == 1):
 | 
					                if(suitability == 1):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue