Skip to content

Commit

Permalink
Fail! File was not retrieved! Error: None #101
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGawi committed Feb 18, 2024
1 parent ed243a4 commit 237084e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ePiframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_photo_id(self, photo):
)

def get_next_photo(self, photo) -> tuple:
returned_value = None
returned_value = Constants.OK_STATUS_ERRORCODE
if photo[Constants.PHOTOS_SOURCE_LABEL] == Constants.GOOGLE_PHOTOS_SOURCE:
filename = self.get_photo(photo)
returned_value = self.try_download_file(
Expand Down

0 comments on commit 237084e

Please sign in to comment.