diff --git a/files/routes/static.py b/files/routes/static.py index c100bbdb6a..c3dbe34c8a 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -165,7 +165,7 @@ def stats(): "House vampire total comments": vampires5, "House racist total comments": racists5} - stats = stats | stats2 + stats.update(stats2) return stats