Print operations

This commit is contained in:
DingZQ
2022-10-15 18:00:15 +08:00
parent 402368ce58
commit 6b92952d96

View File

@@ -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)