UPdate
This commit is contained in:
7
main.py
7
main.py
@@ -803,10 +803,9 @@ async def fastapi_set_pipe_status(network: str, pipe: str, status: str) -> Chang
|
|||||||
print(status)
|
print(status)
|
||||||
print(ps)
|
print(ps)
|
||||||
|
|
||||||
#ret = set_pipe(network, ChangeSet(ps))
|
ret = set_pipe(network, ChangeSet(ps))
|
||||||
#print(ret)
|
print(ret)
|
||||||
#return ret
|
return ret
|
||||||
return status
|
|
||||||
|
|
||||||
@app.get("/getpipeproperties/")
|
@app.get("/getpipeproperties/")
|
||||||
async def fastapi_get_pipe_properties(network: str, pipe: str) -> dict[str, Any]:
|
async def fastapi_get_pipe_properties(network: str, pipe: str) -> dict[str, Any]:
|
||||||
|
|||||||
Reference in New Issue
Block a user