Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull authored Sep 9, 2020
1 parent 9ccc8a2 commit 29243b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ photoslib.activate()
print(f"Running Photos version: {photoslib.version}")

album = photoslib.album("Album1")
photos = album.photos
photos = album.photos()

for photo in photos:
print(f"{photo.title}, {photo.description}, {photo.keywords}")
Expand Down

0 comments on commit 29243b7

Please sign in to comment.