Skip to content

Commit

Permalink
add missing comma in flickr extras
Browse files Browse the repository at this point in the history
I think this will fix snarfed/bridgy#536
  • Loading branch information
kylewm committed Nov 4, 2015
1 parent d9f4bcc commit 1ec42d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion granary/flickr.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Flickr(source.Source):
NAME = 'Flickr'

API_EXTRAS = ','.join(('date_upload', 'date_taken', 'views', 'media',
'description' 'tags', 'machine_tags', 'geo'))
'description', 'tags', 'machine_tags', 'geo'))

def __init__(self, access_token_key, access_token_secret, user_id=None):
"""Constructor.
Expand Down

0 comments on commit 1ec42d5

Please sign in to comment.