Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov committed Nov 8, 2020
1 parent 49d9be5 commit 45bc330
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion icloudpd/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,9 @@ def download_photo(counter, photo):
date_str = created_date.strftime(
"%Y-%m-%d %H:%M:%S%z")
logger.debug(
f"Setting EXIF timestamp for {download_path}: {date_str}",
"Setting EXIF timestamp for %s: %s",
download_path,
date_str,
)
exif_datetime.set_photo_exif(
download_path,
Expand Down

0 comments on commit 45bc330

Please sign in to comment.