This commit is contained in:
DingZQ
2023-05-02 22:23:03 +08:00
parent 0398b3a954
commit b64605777e

View File

@@ -90,8 +90,8 @@ async def fastapi_export_inp(network: str) -> ChangeSet:
op = cs.operations[0]
# op['vertex'] = str(get_all_vertices(network))
# print(op['vertex'])
op['scada'] = str(get_all_scada_elements(network))
print(op['scada'])
# op['scada'] = str(get_all_scada_elements(network))
# print(op['scada'])
return cs
@app.post("/readinp/")