mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
WHAT AM I DOING WROOOOONG
This commit is contained in:
parent
b62d58b9fc
commit
854106bd1d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def create_app(): # pylint: disable=R0914
|
|||
|
||||
register_user = Users(
|
||||
username=app.config["ADMIN_CONF"]["username"],
|
||||
email=app.config["ADMIN_CONF"]["username"],
|
||||
email=app.config["ADMIN_CONF"]["email"],
|
||||
password=generate_password_hash('changeme!', method="sha256"),
|
||||
)
|
||||
db.session.add(register_user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue