dht testing work

This commit is contained in:
John Smith
2023-06-29 22:18:45 -04:00
parent d044f646bf
commit 176d9ac68e
4 changed files with 32 additions and 19 deletions

View File

@@ -150,8 +150,6 @@ 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)