mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
[flickr] reference the correct function
This commit is contained in:
parent
8ea75202ed
commit
dcd44cf423
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user