Skip to content

Commit

Permalink
fix: use custom json decoder in client
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyq committed Feb 27, 2024
1 parent 9f50398 commit 0b5d9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liqpy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def _callback(
category=LiqPyWarning,
)

return decode(data)
return decode(data, decoder=self.decoder)

def sign(self, data: bytes, /) -> bytes:
"""
Expand Down

0 comments on commit 0b5d9d0

Please sign in to comment.