Skip to content

Commit

Permalink
feat: fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
HiIAmTzeKean committed Apr 7, 2023
1 parent 6ce195c commit d101534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def update_profile():
if password:
execute_update(db,f'''
UPDATE users
SET password = {password}
SET password = '{password}'
WHERE email = '{email}';
''')
db.commit()
Expand Down

0 comments on commit d101534

Please sign in to comment.