provide score when llocating people
This commit is contained in:
parent
eecbf474df
commit
5e96d98693
2 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,8 @@ class Locator:
|
|||
best_location = location
|
||||
best_score = score
|
||||
|
||||
best_location.score = best_score
|
||||
|
||||
return best_location
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue