fix: call get target object

main
Artem-Darius Weber 2 months ago
parent e497b16a78
commit a16c0263f2

@ -42,7 +42,7 @@ def follow_vector():
return jsonify({
'detections_info': detections_info,
'follow_vector': follow_vector.tolist(),
'target': follow_vector.get_target()
'target': follower.get_target()
})
except Exception as e:

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save