@@ -78,7 +78,10 @@ async def fastapi_import_inp(network: str, req: Request):
jo_root = await req.json()
inp_text = jo_root['inp']
ps = {
"inp" : inp_text
"inp" : inp_text,
"tags" : "",
"vertices" : "",
"scadas" : "",
}
ret = import_inp(network, ChangeSet(ps))
print(ret)
The note is not visible to the blocked user.