forked from rDrama/rDrama
1
0
Fork 0

extend can_see_donate_service

master
Aevann 2024-03-01 21:01:08 +02:00
parent f08fb22277
commit c3935eef4a
1 changed files with 1 additions and 1 deletions

View File

@ -1254,7 +1254,7 @@ class User(Base):
if self.patron: return True
if time.time() < 1709251200: return True
if time.time() < 1710097215: return True
if self.truescore >= TRUESCORE_DONATE_MINIMUM: return True