[flickr] reference the correct function

This commit is contained in:
Pedro Cunha
2024-08-22 17:00:35 +01:00
committed by GitHub
parent 8ea75202ed
commit dcd44cf423

View File

@@ -519,7 +519,7 @@ class FlickrAPI(oauth.OAuth1API):
if self.contexts:
try:
photo.update(self.api.photos_getAllContexts(photo["id"]))
photo.update(self.photos_getAllContexts(photo["id"]))
except Exception as exc:
self.log.warning(
"Unable to retrieve 'contexts' data for %s (%s: %s)",