Skip to content

Commit

Permalink
Updated endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons committed Oct 12, 2023
1 parent 32ca775 commit bd7cf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icloudpy/services/photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def __init__(self, service_root, session, params):
def libraries(self):
if not self._libraries:
try:
url = f"{self._service_endpoint}/changes/database"
url = f"{self._service_endpoint}/zones/list"
request = self.session.post(
url, data="{}", headers={"Content-type": "text/plain"}
)
Expand Down

0 comments on commit bd7cf13

Please sign in to comment.