UNIQUE constraint failed:
except:
User(
userId=user_id,
name="",
lastTimeUsedBonus=time.time() - 86400,
money=0,
GB=0,
crowns=0,
place=1000,
user_clan="",
clan_invites=""
).save()
CREATE DATABASE gotham;
CREATE USER batman@'localhost' IDENTIFIED BY 'jok3r';
GRANT ALL PRIVILEGES ON gotham.* TO 'batman'@'localhost';