why the fuck is Win11 doing that

pull/10/head
Marco 2022-11-25 02:29:41 +00:00
parent 91ffe4dc03
commit c449f8fbc6
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))