remove pointless whitespace I don't know how that got there

pull/10/head
Marco 2022-11-25 02:10:46 +00:00
parent 5ffa65df8e
commit 91ffe4dc03
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class User(Base):
for k, val in forced_hats.items():
if k == 'marsify':
if self.marsify > 1:
user_forced_hats.append(val)
user_forced_hats.append(val)
elif getattr(self, k):
if k == 'agendaposter':
user_forced_hats.append(random.choice(val))