forked from MarseyWorld/MarseyWorld
time.time
parent
698c413c5b
commit
df254b0e6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue