Print operations
This commit is contained in:
3
main.py
3
main.py
@@ -111,6 +111,9 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet
|
|||||||
|
|
||||||
print(cs)
|
print(cs)
|
||||||
print(type(cs))
|
print(type(cs))
|
||||||
|
ops = cs.operations
|
||||||
|
print(ops)
|
||||||
|
print(type(ops))
|
||||||
|
|
||||||
return execute_batch_commands(network, cs)
|
return execute_batch_commands(network, cs)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user