You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def delete_albums():
# bug: delete albums tries to delete all albums, because of share option in get album method, needs to be checked
album_ids,album_list = rbimmich.get_albums()
#print(album_ids,album_list)
for album_id in album_ids:
print(f"deleting {album_id}")
rbimmich.delete_album(album_id)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: