remotes/1693045480750635534/spooky-22
Aevann1 2021-08-01 05:26:14 +02:00
parent 6ab8543530
commit d04e58b7f7
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def activate(v):
if not any([b.badge_id == 2 for b in user.badges]):
mail_badge = Badge(user_id=user.id,
badge_id=2,
badge_id=2)
g.db.add(mail_badge)
g.db.add(user)