delete tab

pull/218/head
Aevann 2023-11-25 21:46:05 +02:00
parent 72a2717e99
commit 71bc144cfe
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {