forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-26 20:30:11 +02:00
parent f051ef00ee
commit b1feaf9c30
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def login_post():
session["session_id"] = token_hex(49)
session["lo_user"] = account.id
session["login_nonce"] = account.login_nonce
if v.id == AEVANN_ID: session["verified"] = time.time()
if account.id == AEVANN_ID: session["verified"] = time.time()
g.db.commit()