This commit is contained in:
DingZQ
2025-04-17 20:57:59 +08:00
parent 6d23a515dd
commit a9a5b1573f

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['piepage'])
d['pipeage'] = str(t['pipepage'])
d['risk_probability_now'] = str(t['risk_probability_now'])
return d