[flickr] reference the correct function
This commit is contained in:
@@ -519,7 +519,7 @@ class FlickrAPI(oauth.OAuth1API):
|
|||||||
|
|
||||||
if self.contexts:
|
if self.contexts:
|
||||||
try:
|
try:
|
||||||
photo.update(self.api.photos_getAllContexts(photo["id"]))
|
photo.update(self.photos_getAllContexts(photo["id"]))
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
self.log.warning(
|
self.log.warning(
|
||||||
"Unable to retrieve 'contexts' data for %s (%s: %s)",
|
"Unable to retrieve 'contexts' data for %s (%s: %s)",
|
||||||
|
|||||||
Reference in New Issue
Block a user