forked from MarseyWorld/MarseyWorld
remove now-unncessary
parent
7f39f3a0a2
commit
e19f5b504b
|
@ -1356,8 +1356,6 @@ class User(Base):
|
|||
if self.truescore >= TRUESCORE_MINIMUM and self.created_utc < one_month_ago:
|
||||
return True
|
||||
|
||||
if SITE == 'rdrama.net' and self.id == 5237: return True
|
||||
|
||||
return False
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue