Refine
This commit is contained in:
2
main.py
2
main.py
@@ -1828,6 +1828,8 @@ async def fastapi_convert_v3_to_v2(req: Request) -> ChangeSet:
|
|||||||
inp = jo_root['inp']
|
inp = jo_root['inp']
|
||||||
cs = convert_inp_v3_to_v2(inp)
|
cs = convert_inp_v3_to_v2(inp)
|
||||||
|
|
||||||
|
print(cs)
|
||||||
|
|
||||||
op = cs.operations[0]
|
op = cs.operations[0]
|
||||||
open_project(network)
|
open_project(network)
|
||||||
op['vertex'] = json.dumps(get_all_vertices(network))
|
op['vertex'] = json.dumps(get_all_vertices(network))
|
||||||
|
|||||||
Reference in New Issue
Block a user