|
|
@ -264,7 +264,8 @@ def indexgen():
|
|
|
|
content.write("</p>\n")
|
|
|
|
content.write("</p>\n")
|
|
|
|
if len(variables.faves) > 0:
|
|
|
|
if len(variables.faves) > 0:
|
|
|
|
content.write("<h2>faves</h2>\n<p>")
|
|
|
|
content.write("<h2>faves</h2>\n<p>")
|
|
|
|
for card in variables.faves:
|
|
|
|
faveslist = sorted(variables.faves)
|
|
|
|
|
|
|
|
for card in faveslist:
|
|
|
|
content.write(tcgcore.printcard(card))
|
|
|
|
content.write(tcgcore.printcard(card))
|
|
|
|
content.write("</p>\n")
|
|
|
|
content.write("</p>\n")
|
|
|
|
content.close()
|
|
|
|
content.close()
|
|
|
|