@ -19,7 +19,7 @@ def run_compute(a,b,sigma):
capture_output=True,
text=True
)
return result.stdout.strip()
return int(result.stdout.strip())
@app.post("/compute")
async def compute(data: ComputeInput):
The note is not visible to the blocked user.