diff --git a/files/helpers/stats.py b/files/helpers/stats.py index db28cd89c..dd0cc812c 100644 --- a/files/helpers/stats.py +++ b/files/helpers/stats.py @@ -118,7 +118,7 @@ def stats(): "total awards": "{:,}".format(g.db.query(AwardRelationship).count()), "awards given": "{:,}".format(g.db.query(AwardRelationship).filter(or_(AwardRelationship.post_id != None, AwardRelationship.comment_id != None)).count()), "users who posted, commented, or voted in the past 7 days": "{:,}".format(g.db.query(User).filter(User.last_active > week).count()), - } + } if SITE_NAME == 'rDrama' or FEATURES['HOUSES']: stats2 = {