give new_user coins and mbux on localhost

pull/216/head
Aevann 2023-10-26 18:13:36 +03:00
parent 18f3e448de
commit b92ac4ecf4
1 changed files with 2 additions and 0 deletions

View File

@ -321,6 +321,8 @@ def sign_up_post(v):
if new_user.id == 5:
new_user.admin_level = 4
new_user.coins = 100000000
new_user.marseybux = 100000000
session["history"] = []
if ref_id and ref_id not in session.get("history", []):