This commit is contained in:
Aevann1 2021-09-13 13:18:19 +02:00
parent d2687c8338
commit a8f8afa093
5 changed files with 5 additions and 6 deletions

View file

@ -367,7 +367,7 @@ def sign_up_post(v):
)
g.db.add(new_user)
g.db.commit()
g.db.flush()
# give a beta badge
beta_badge = Badge(user_id=new_user.id,