Fixes
This commit is contained in:
parent
76978398c1
commit
a8d60d83ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1468,7 +1468,7 @@ def change_supporter():
|
||||||
cards_to_display_dicts.append(char)
|
cards_to_display_dicts.append(char)
|
||||||
cards_to_display.append(
|
cards_to_display.append(
|
||||||
char['Type'] + char['Rarity'] + ' ' + char['Name'] + ' | ' + str(char['ID']) + ' | ' + str(
|
char['Type'] + char['Rarity'] + ' ' + char['Name'] + ' | ' + str(char['ID']) + ' | ' + str(
|
||||||
char['UniqueID']) + ' | ' ' x '+str(x['quantity']))
|
char['UniqueID']) + ' | ' ' x '+str(['quantity']))
|
||||||
|
|
||||||
###Define links to display
|
###Define links to display
|
||||||
links_master = []
|
links_master = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue