remotes/1693045480750635534/spooky-22
Aevann1 2021-07-22 15:14:54 +02:00
parent 9034d6e0a5
commit 50f1935cd8
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class User(Base, Stndrd, Age_times):
@property
@lazy
def patron(self):
if self.has_badge(21) or self.has_badge(22) or self.has_badge(23) or self.has_badge(24): return True
if self.id != 147 and (self.has_badge(21) or self.has_badge(22) or self.has_badge(23) or self.has_badge(24)): return True
else: return False
def vote_status_on_post(self, post):