diff --git a/examples/get_shared_photo_comments.py b/examples/get_shared_photo_comments.py index aea394e1..a9e925fd 100644 --- a/examples/get_shared_photo_comments.py +++ b/examples/get_shared_photo_comments.py @@ -38,6 +38,7 @@ def get_shared_person_info(photosdb, hashed_person_id): Args: photosdb: a osxphotos.PhotosDB object + hashed_person_id: str, value of ZINVITEEHASHEDPERSONID to lookup """ conn, _ = photosdb.get_db_connection()