fd
This commit is contained in:
parent
4367daf813
commit
a5592241c1
2 changed files with 3 additions and 3 deletions
|
@ -160,7 +160,7 @@ class User(Base, Stndrd, Age_times):
|
|||
|
||||
@property
|
||||
def paid_dues(self):
|
||||
return not self.club_banned and (self.admin_level == 6 or self.club_allowed or self.truecoins > int(environ.get("DUES").strip()))
|
||||
return self.admin_level == 6 or self.club_allowed or self.truecoins > int(environ.get("DUES").strip())
|
||||
|
||||
def any_block_exists(self, other):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue