remove now-unncessary

master
Aevann 2024-10-28 22:14:59 +03:00
parent 7f39f3a0a2
commit e19f5b504b
1 changed files with 0 additions and 2 deletions

View File

@ -1356,8 +1356,6 @@ class User(Base):
if self.truescore >= TRUESCORE_MINIMUM and self.created_utc < one_month_ago:
return True
if SITE == 'rdrama.net' and self.id == 5237: return True
return False
@property