remotes/1693045480750635534/spooky-22
Aevann1 2022-05-26 00:02:18 +02:00
parent 6859653e1a
commit 60058c5130
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ def sign_up_post(v):
)
g.db.add(new_user)
g.db.flush()
g.db.commit()
if ref_id:
ref_user = g.db.query(User).filter_by(id=ref_id).one_or_none()