fsd
This commit is contained in:
parent
435c54c3ff
commit
bad85d972a
3 changed files with 9 additions and 2 deletions
|
@ -220,6 +220,13 @@ class User(Base):
|
|||
if u not in alts: alts.append(u)
|
||||
return alts
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def alts_patron(self):
|
||||
for u in self.alts_unique:
|
||||
if u.patron: return True
|
||||
return False
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def strid(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue