From a44f3cd18cec10c3f2f388e98ed562a028613f01 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Sun, 7 May 2023 11:03:23 +0800 Subject: [PATCH] Refine --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 09cd505..6684619 100644 --- a/main.py +++ b/main.py @@ -89,8 +89,7 @@ async def fastapi_export_inp(network: str) -> ChangeSet: cs = export_inp(network) op = cs.operations[0] open_project(network) - # op['vertex'] = json.dumps(get_all_vertices(network)) - # print(op['vertex']) + op['vertex'] = json.dumps(get_all_vertices(network)) op['scada'] = json.dumps(get_all_scada_elements(network)) close_project(network)