fix WPD's bug

master
Aevann1 2022-06-28 06:51:34 +02:00
parent 1a1b57d3d9
commit 8ba9aab351
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ def sign_up_post(v):
except Exception as e: print(e)
g.db.flush()
g.db.commit()
check_for_alts(new_user.id)