forgotten fix

This commit is contained in:
Wolfgang Hottgenroth 2021-01-27 11:02:19 +01:00
parent e2d5ed21ad
commit fe007cbfe7
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -39,7 +39,7 @@ try:
cur = conn.cursor()
cur.execute("""
INSERT INTO users (login, password)
INSERT INTO users (login, pwhash)
VALUES(?, ?)
""", [user, pwhash])
cur.execute("""