merge-requests/30/head
Bob Mottram 2023-11-01 20:43:35 +00:00
parent 9add15e0e1
commit a5eba052ed
1 changed files with 1 additions and 1 deletions

View File

@ -1951,7 +1951,7 @@ def _get_buy_footer(buy_links: {}, translate: {}) -> str:
icon_filename = 'buy.png' icon_filename = 'buy.png'
description = translate['Buy'] description = translate['Buy']
buy_str = '' buy_str = ''
for buy_title, buy_url in buy_links.items(): for _, buy_url in buy_links.items():
buy_str = \ buy_str = \
' ' + \ ' ' + \
'<a class="imageAnchor" href="' + buy_url + \ '<a class="imageAnchor" href="' + buy_url + \