raise the requirement

master
Aevann 2024-10-28 22:07:20 +03:00
parent 038aa4ccf6
commit 81530e4914
1 changed files with 2 additions and 1 deletions

View File

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