Skip to content

Commit

Permalink
valve fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
Riveong committed Dec 2, 2023
1 parent 3bfb08d commit 6afbfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def post_history_user(data: HistorySchema, email):
def put_profile_user(data: UserSchema, email):
name = data.fullname
photoURL = data.PhotoURL
password = data.password
password = password_encryption(data.password)
gender = data.hasPenis
mydb=defineDB()
mycursor = mydb.cursor()
Expand Down

0 comments on commit 6afbfaa

Please sign in to comment.