diff --git a/main.py b/main.py index f7c39d1..1effcf5 100644 --- a/main.py +++ b/main.py @@ -88,8 +88,8 @@ async def fastapi_import_inp(network: str, req: Request): async def fastapi_export_inp(network: str) -> ChangeSet: cs = export_inp(network) op = cs.operations[0] - op['vertex'] = str(get_all_vertices(network)) - print(op['vertex']) + # op['vertex'] = str(get_all_vertices(network)) + # print(op['vertex']) op['scada'] = str(get_all_scada_elements(network)) print(op['scada']) return cs