Comma-separate card count
This commit is contained in:
parent
b059e02eff
commit
aa820cfcee
1 changed files with 1 additions and 1 deletions
|
@ -1171,7 +1171,7 @@ def indexgen():
|
|||
if len(variables.subfolder) > 0:
|
||||
content.write("/" + variables.subfolder)
|
||||
content.write("/assets/banner.png\" loading=\"lazy\"></a>")
|
||||
content.write("\n<ul>\n<li>player name: <span class=\"name\">" + variables.name + "</span></li>\n<li>" + str(len(cardlist) + tradepend) + " cards <span class=\"rank " + rank + "\" title=\"redeemed: ")
|
||||
content.write("\n<ul>\n<li>player name: <span class=\"name\">" + variables.name + "</span></li>\n<li>" + str(f"{(len(cardlist) + tradepend):,}") + " cards <span class=\"rank " + rank + "\" title=\"redeemed: ")
|
||||
if levelcrayons == 0:
|
||||
content.write("red")
|
||||
elif levelcrayons == 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue