Updated get_shared_photo_comments.py

This commit is contained in:
Rhet Turnbull
2020-10-18 16:13:43 -07:00
parent 53b2498e59
commit 71ef5e5195

View File

@@ -73,7 +73,7 @@ def get_comments(photosdb, uuid):
uuid: uuid of the photo
Returns:
tuple of (list of comments or [] if no comments, int number of likes)
tuple of (list of comments as Comment objects or [] if no comments, list of likes as Like objects or [] if no likes)
"""
conn, _ = photosdb.get_db_connection()