diff --git a/main.py b/main.py index 795ceb3..d4140f9 100644 --- a/main.py +++ b/main.py @@ -111,6 +111,9 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet print(cs) print(type(cs)) + ops = cs.operations + print(ops) + print(type(ops)) return execute_batch_commands(network, cs)