From 53b2498e5957d0b673566ed36e9ca598ade77e0f Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 18 Oct 2020 16:11:45 -0700 Subject: [PATCH] Updated get_shared_photo_comments.py --- examples/get_shared_photo_comments.py | 1 + 1 file changed, 1 insertion(+) 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()