time.time

pull/225/head
Aevann 2024-02-25 08:29:04 +02:00
parent 698c413c5b
commit df254b0e6b
1 changed files with 4 additions and 2 deletions

View File

@ -1254,10 +1254,12 @@ class User(Base):
if self.chud == 1: return False
if self.truescore >= TRUESCORE_DONATE_MINIMUM: return True
if self.patron: return True
if time.time() < 1709251200: return True
if self.truescore >= TRUESCORE_DONATE_MINIMUM: return True
return False
@property