forked from rDrama/rDrama
1
0
Fork 0

fix 500 errors

master
Aevann1 2022-09-03 21:27:17 +02:00
parent 8f4236a294
commit 9381763753
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ class User(Base):
return '' return ''
@lazy @lazy
def hat_tooltip(v, self): def hat_tooltip(self, v):
if not FEATURES['HATS']: if not FEATURES['HATS']:
return '' return ''