Skip to content

Commit

Permalink
remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Jun 30, 2024
1 parent 4d79569 commit c9f822f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- fix: SMS MFA [#803](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/803)

## 1.20.3 (2024-06-29)

- fix: release to PyPi [#883](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/883)
Expand Down
2 changes: 0 additions & 2 deletions src/icloudpd/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ def main(
else (lambda _s: lambda _c, _p: False),
directory,
username,
password,
auth_only,
cookie_directory,
size,
Expand Down Expand Up @@ -937,7 +936,6 @@ def core(
downloader: Callable[[PyiCloudService], Callable[[Counter, PhotoAsset], bool]],
directory: Optional[str],
username: str,
password: Optional[str],
auth_only: bool,
cookie_directory: str,
size: Sequence[AssetVersionSize],
Expand Down

0 comments on commit c9f822f

Please sign in to comment.