fix 500 error

master
Aevann 2024-10-28 22:11:23 +03:00
parent 4194f29db6
commit 7f39f3a0a2
1 changed files with 1 additions and 0 deletions

View File

@ -1383,6 +1383,7 @@ class User(Base):
if self.patron: return True
one_month_ago = time.time() - 2592000
if self.truescore >= TRUESCORE_MINIMUM and self.created_utc < one_month_ago:
return True