forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann 2023-08-10 15:25:40 +03:00
parent a7a0bf325e
commit 481f1e3898
1 changed files with 4 additions and 0 deletions

View File

@ -1171,6 +1171,8 @@ class User(Base):
if self.truescore >= TRUESCORE_CHUDRAMA_MINIMUM: return True
if self.chud: return True
if self.patron: return True
if SITE == 'rdrama.net' and self.id == 5237: return True
return False
@property
@ -1183,6 +1185,8 @@ class User(Base):
if self.truescore >= TRUESCORE_CC_MINIMUM: return True
if SITE == 'rdrama.net' and self.id == 5237: return True
return False
@property