Use append to add dict to cs

This commit is contained in:
DingZQ
2022-10-15 17:53:09 +08:00
parent 419fa188bf
commit a813afcd02

View File

@@ -107,7 +107,7 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet
for jo in jo_operations:
print(jo)
print(type(jo))
cs.add(jo)
cs.append(jo)
return execute_batch_commands(network, cs)
# node