remotes/1693045480750635534/spooky-22
Aevann1 2021-07-30 18:00:18 +02:00
parent 8fd9baae20
commit 8e692ca474
1 changed files with 4 additions and 4 deletions

View File

@ -196,12 +196,12 @@ def badge_grant_post(v):
send_notification(1046, user, text)
# if badge_id in [21,22,23,24,28]:
# user.patron = int(str(badge_id)[-1])
# user.animatedname = True
if badge_id in [21,22,23,24,28]:
user.patron = int(str(badge_id)[-1])
user.animatedname = True
# if badge_id == 23: user.banawards = 1
# elif badge_id in [24,28]: user.banawards = 3
# g.db.add(user)
g.db.add(user)
return redirect(user.url)