This commit is contained in:
Aevann1 2022-04-26 14:59:28 +02:00
parent 9d83c97936
commit e8373173db

View file

@ -165,7 +165,7 @@ def stats():
"House vampire total comments": vampires5, "House vampire total comments": vampires5,
"House racist total comments": racists5} "House racist total comments": racists5}
stats = stats | stats2 stats.update(stats2)
return stats return stats