Skip to content

Commit

Permalink
Fix publish_faces_cb callback bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed May 31, 2018
1 parent bb8fd7a commit d53b282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/people.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def features_perceived_cb(self, features):
for feature in features.features:
self.update_model_from_feature(feature)

def publish_faces_cb(self):
def publish_faces_cb(self, event):
with self.faces_lock:
msg = Faces()
msg.faces = self.faces
Expand Down

0 comments on commit d53b282

Please sign in to comment.