Merge branch 'master' of https://github.com/ct2irw/KiBot into ct2irw-master

This commit is contained in:
Salvador E. Tropea 2022-04-18 13:49:56 -03:00
commit 9e9a53a664
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ def write_xlsx(filename, groups, col_fields, head_names, cfg):
worksheet.write_url(row_count, i, datasheet, fmt, cell)
# A link to Digi-Key?
elif link_digikey and col_fields[i] in link_digikey:
url = 'http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=' + cell
url = 'https://www.digikey.pt/products/en?keywords=' + cell
worksheet.write_url(row_count, i, url, fmt, cell)
else:
worksheet.write_string(row_count, i, cell, fmt)