remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 21:35:03 +02:00
parent 5298201be1
commit c26e596931
1 changed files with 0 additions and 6 deletions

View File

@ -364,12 +364,6 @@ def sign_up_post(v):
g.db.add(new_user)
g.db.flush()
# give a beta badge
beta_badge = Badge(user_id=new_user.id,
badge_id=6)
g.db.add(beta_badge)
# check alts
check_for_alts(new_user.id)