From 0b5d9d07312fd6cd7ccd1057a41a6bafb5b4f55a Mon Sep 17 00:00:00 2001 From: Rostyslav Bohomaz Date: Tue, 27 Feb 2024 11:59:39 +0200 Subject: [PATCH] fix: use custom json decoder in client --- liqpy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liqpy/client.py b/liqpy/client.py index 8916bc9..1b455c5 100644 --- a/liqpy/client.py +++ b/liqpy/client.py @@ -183,7 +183,7 @@ def _callback( category=LiqPyWarning, ) - return decode(data) + return decode(data, decoder=self.decoder) def sign(self, data: bytes, /) -> bytes: """