forked from rDrama/rDrama
1
0
Fork 0

better syntax

master
Aevann 2023-12-10 23:33:57 +03:00
parent 3caa998259
commit c67708b7fc
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ def sign_up_post(v):
new_user.admin_level = 5
new_user.coins = 100000000
new_user.marseybux = 100000000
session["history"] = []
del session["history"]
if ref_id and ref_id not in session.get("history", []):
ref_user = get_account(ref_id)