mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-21 14:18:42 -04:00
fix serialize for keypair
This commit is contained in:
parent
17e4d17984
commit
d044f646bf
5 changed files with 29 additions and 4 deletions
|
@ -150,6 +150,8 @@ class _JsonVeilidAPI(VeilidAPI):
|
|||
# Parse line as ndjson
|
||||
j = json.loads(linebytes.strip())
|
||||
|
||||
print(f"linebytes: {linebytes}")
|
||||
|
||||
if self.validate_schema:
|
||||
_schema_validate(_VALIDATOR_RECV_MESSAGE, j)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue