From 402368ce58cfc60e1785927b2897324eb046a643 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Sat, 15 Oct 2022 17:54:45 +0800 Subject: [PATCH] Print changeset --- main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.py b/main.py index 12345d3..795ceb3 100644 --- a/main.py +++ b/main.py @@ -108,6 +108,10 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet print(jo) print(type(jo)) cs.append(jo) + + print(cs) + print(type(cs)) + return execute_batch_commands(network, cs) # node