Aevann 2023-10-26 20:35:10 +03:00
parent ce4f9720c6
commit e4a3feeb93
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ class User(Base):
total_awards = post_awards + comment_awards
for a in total_awards:
kind = a.kind.replace(' Founder', '')
kind = a.kind.replace(' Founder', '').replace('emoji-hz', 'emoji')
if kind in awards:
awards[kind]['count'] += 1
else: