from BaseModels.inter import cut_to_number_w_point # def generate_seotext_by_properties(product_data_Dict): # # power_txt = '' # ip_txt = '' # lm_txt = '' # temp_txt = '' # install_txt = '' # diametr_txt = '' # # try: # # # # except Exception as e: # pass # # # --------- # for property in product_data_Dict['properties_w_values_filtred']: # # # ------ # # try: # # # except Exception as e: # pass # # # ------ # # try: # # # # except Exception as e: # pass # # # ------- # # try: # # # # except Exception as e: # pass # # # ------- # # try: # # # except Exception as e: # pass # # # ------- # # try: # # # # except Exception as e: # pass # # product_data_Dict['seo_text'] = '{0}{1}{2}{3}{4}{5}'.format( # diametr_txt, # power_txt, # lm_txt, # ip_txt, # temp_txt, # install_txt # ) # # return product_data_Dict