From a11c37f7be9aa093b609770dbc70a956d94a580b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 26 Apr 2022 14:59:28 +0200 Subject: [PATCH] fd --- files/routes/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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