diff --git a/main.py b/main.py index 36381de..174cb82 100644 --- a/main.py +++ b/main.py @@ -105,6 +105,10 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet jo_root = await req.json() cs: ChangeSet = ChangeSet() cs.operations = jo_root['operations'] + + print(cs.operations) + print(cs) + return execute_batch_commands(network, cs) # node