diff --git a/cli.py b/cli.py index c9983f6..2580934 100644 --- a/cli.py +++ b/cli.py @@ -63,7 +63,7 @@ def fetch_block_command(block_number: int, rpc: str): trace_db_session=trace_db_session, ) - print(block) + print(block.json()) @cli.command()