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(ps)
|
||||
|
||||
#ret = set_pipe(network, ChangeSet(ps))
|
||||
#print(ret)
|
||||
#return ret
|
||||
return status
|
||||
ret = set_pipe(network, ChangeSet(ps))
|
||||
print(ret)
|
||||
return ret
|
||||
|
||||
@app.get("/getpipeproperties/")
|
||||
async def fastapi_get_pipe_properties(network: str, pipe: str) -> dict[str, Any]:
|
||||
|
||||
Reference in New Issue
Block a user