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