fix formatting

This commit is contained in:
Son NK 2020-01-11 22:28:06 +01:00
parent 8c9512e61e
commit 356b95ef80

View file

@ -45,9 +45,7 @@ def register():
else:
LOG.debug("create user %s", form.email.data)
user = User.create(
email=form.email.data.lower(),
name="",
password=form.password.data,
email=form.email.data.lower(), name="", password=form.password.data,
)
db.session.commit()