trying to fix WPD's issue

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-06 12:56:39 +02:00
parent 67dff25a5a
commit 05b70969e5
1 changed files with 2 additions and 2 deletions

View File

@ -326,6 +326,8 @@ def sign_up_post(v):
g.db.add(new_user)
g.db.commit()
if ref_id:
ref_user = get_account(ref_id)
@ -342,8 +344,6 @@ def sign_up_post(v):
except Exception as e: print(e)
g.db.commit()
check_for_alts(new_user.id)
send_notification(new_user.id, WELCOME_MSG)