fix calculation logic, fix api endpoint
This commit is contained in:
@@ -73,8 +73,6 @@ async def get_real_camera(
|
||||
"video_left": m.video_left,
|
||||
"video_right": m.video_right,
|
||||
}
|
||||
if m.calculation_log:
|
||||
payload["calculation_log"] = m.calculation_log
|
||||
|
||||
return JSONResponse(
|
||||
content={
|
||||
|
||||
Reference in New Issue
Block a user