Print operations
This commit is contained in:
4
main.py
4
main.py
@@ -105,6 +105,10 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet
|
|||||||
jo_root = await req.json()
|
jo_root = await req.json()
|
||||||
cs: ChangeSet = ChangeSet()
|
cs: ChangeSet = ChangeSet()
|
||||||
cs.operations = jo_root['operations']
|
cs.operations = jo_root['operations']
|
||||||
|
|
||||||
|
print(cs.operations)
|
||||||
|
print(cs)
|
||||||
|
|
||||||
return execute_batch_commands(network, cs)
|
return execute_batch_commands(network, cs)
|
||||||
|
|
||||||
# node
|
# node
|
||||||
|
|||||||
Reference in New Issue
Block a user