Updated get_shared_photo_comments.py

This commit is contained in:
Rhet Turnbull
2020-10-18 16:11:45 -07:00
parent 15e0914af6
commit 53b2498e59

View File

@@ -38,6 +38,7 @@ def get_shared_person_info(photosdb, hashed_person_id):
Args: Args:
photosdb: a osxphotos.PhotosDB object photosdb: a osxphotos.PhotosDB object
hashed_person_id: str, value of ZINVITEEHASHEDPERSONID to lookup
""" """
conn, _ = photosdb.get_db_connection() conn, _ = photosdb.get_db_connection()