@@ -108,6 +108,10 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet
print(jo)
print(type(jo))
cs.append(jo)
print(cs)
print(type(cs))
return execute_batch_commands(network, cs)
# node
The note is not visible to the blocked user.