This commit is contained in:
DingZQ
2025-04-17 20:58:29 +08:00
parent a9a5b1573f
commit 32bc4e0553

View File

@@ -8,7 +8,7 @@ def get_pipe_risk_probability_now(name: str, pipe_id: str) -> dict[str, float]:
d = {}
d['pipeid'] = str(t['pipeid'])
d['pipeage'] = str(t['pipepage'])
d['pipeage'] = str(t['pipeage'])
d['risk_probability_now'] = str(t['risk_probability_now'])
return d