Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
fix: user id string format type
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellJC authored Sep 21, 2024
1 parent 8f02661 commit c3a81e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_face_match_pi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main():
logger.debug("Checking for a match")
matched_id = get_face_match(face)

logger.debug("Matched user %s", matched_id)
logger.debug("Matched user %d", matched_id)


if __name__ == "__main__":
Expand Down

0 comments on commit c3a81e8

Please sign in to comment.