Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FerrisChat/ferriswheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptex-github committed Nov 16, 2021
2 parents 759848d + 1e7bcd5 commit 8d83d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferris/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def edit(
'email': email,
'password': password,
}
user = await self._connection.api.users(self.id).patch(payload)
user = await self._connection.api.users(self.id).patch(json=payload)
self._process_data(user)
return self

Expand Down

0 comments on commit 8d83d88

Please sign in to comment.