Print changeset
This commit is contained in:
4
main.py
4
main.py
@@ -108,6 +108,10 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet
|
|||||||
print(jo)
|
print(jo)
|
||||||
print(type(jo))
|
print(type(jo))
|
||||||
cs.append(jo)
|
cs.append(jo)
|
||||||
|
|
||||||
|
print(cs)
|
||||||
|
print(type(cs))
|
||||||
|
|
||||||
return execute_batch_commands(network, cs)
|
return execute_batch_commands(network, cs)
|
||||||
|
|
||||||
# node
|
# node
|
||||||
|
|||||||
Reference in New Issue
Block a user