From 27485ef8fccb2c74831de0def82ae8ca2dd04d6a Mon Sep 17 00:00:00 2001 From: DingZQ Date: Sat, 28 Dec 2024 17:18:45 +0800 Subject: [PATCH] Refine --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 8077a6b..67a30ba 100644 --- a/main.py +++ b/main.py @@ -1828,6 +1828,8 @@ async def fastapi_convert_v3_to_v2(req: Request) -> ChangeSet: inp = jo_root['inp'] cs = convert_inp_v3_to_v2(inp) + print(cs) + op = cs.operations[0] open_project(network) op['vertex'] = json.dumps(get_all_vertices(network))