|
|
|
@ -62,7 +62,11 @@ def massseriesgen(series,massindex):
|
|
|
|
|
content.write("<h1>" + series + "</h1>\n<p><a href=\"/mass\">back to mass decks page</a></p>\n<p>")
|
|
|
|
|
themassdecks = []
|
|
|
|
|
for card in massowned[series]:
|
|
|
|
|
themassdecks.append(card[:-2])
|
|
|
|
|
try:
|
|
|
|
|
if card[:-2] in variables.masscollect[series]["decks"]:
|
|
|
|
|
themassdecks.append(card[:-2])
|
|
|
|
|
except:
|
|
|
|
|
pass
|
|
|
|
|
themassdecks = sorted(list(dict.fromkeys(themassdecks)))
|
|
|
|
|
massmastered = []
|
|
|
|
|
for deck in themassdecks:
|
|
|
|
|