Skip to content

Commit

Permalink
Add forgotten parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
lcorbasson committed Dec 19, 2024
1 parent 9c781f7 commit 6506fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icloudpd/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def __init__(
primary_sizes: Sequence[AssetVersionSize],
live_photo_size: LivePhotoVersionSize,
recent: Optional[int],
oldest: Optional[int],
until_found: Optional[int],
album: str,
list_albums: bool,
Expand Down Expand Up @@ -59,6 +60,7 @@ def __init__(
self.size = " ".join(str(e) for e in primary_sizes)
self.live_photo_size = live_photo_size
self.recent = recent
self.oldest = oldest
self.until_found = until_found
self.album = album
self.list_albums = list_albums
Expand Down

0 comments on commit 6506fa6

Please sign in to comment.