forked from MarseyWorld/MarseyWorld
parent
5d3d87188d
commit
071279f936
|
@ -1369,8 +1369,8 @@ class User(Base):
|
||||||
if self.can_see_restricted_holes != None:
|
if self.can_see_restricted_holes != None:
|
||||||
return self.can_see_restricted_holes
|
return self.can_see_restricted_holes
|
||||||
|
|
||||||
one_month_ago = time.time() - 2592000
|
two_weeks_ago = time.time() - 1209600
|
||||||
if self.truescore >= TRUESCORE_MINIMUM and self.created_utc < one_month_ago:
|
if self.truescore >= TRUESCORE_MINIMUM and self.created_utc < two_weeks_ago:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue