@ -362,6 +362,7 @@ def yeargen(local=False):
if ficlogged == False:
combinedeets.append(fic)
ficdeets = combinedeets
ficdeets = sorted(ficdeets,key=lambda d: d["date"])
totalwords = 0
for fic in ficdeets:
totalwords += fic["words"]