diff --git a/statsgen.py b/statsgen.py index c2ba6f6..da43f18 100644 --- a/statsgen.py +++ b/statsgen.py @@ -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"]