We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c38f6 commit 83fe7f4Copy full SHA for 83fe7f4
1 file changed
instagram/models.py
@@ -100,7 +100,6 @@ def object_from_dictionary(cls, entry):
100
new_media.comments.append(Comment.object_from_dictionary(comment))
101
102
new_media.users_in_photo = []
103
-
104
if entry.get('users_in_photo'):
105
for user_in_photo in entry['users_in_photo']:
106
new_media.users_in_photo.append(UserInPhoto.object_from_dictionary(user_in_photo))
0 commit comments