[flickrpy] r58 committed - Applied patch from issue 26

0 views
Skip to first unread message

flic...@googlecode.com

unread,
Nov 1, 2013, 12:27:31 PM11/1/13
to flickrp...@googlegroups.com
Revision: 58
Author: jim...@gmail.com
Date: Fri Nov 1 16:26:16 2013 UTC
Log: Applied patch from issue 26
http://code.google.com/p/flickrpy/source/detail?r=58

Modified:
/trunk/flickr.py

=======================================
--- /trunk/flickr.py Fri Nov 1 16:21:40 2013 UTC
+++ /trunk/flickr.py Fri Nov 1 16:26:16 2013 UTC
@@ -928,7 +928,7 @@
min_upload_date='', max_upload_date='',\
min_taken_date='', max_taken_date='', \
license='', per_page='', page='', sort='',\
- safe_search='', content_type='' ):
+ safe_search='', content_type='', **kwargs):
"""Returns a list of Photo objects.

If auth=True then will auth the user. Can see private etc
@@ -943,7 +943,7 @@
license=license, per_page=per_page,\
page=page, sort=sort, safe_search=safe_search, \
content_type=content_type, \
- tag_mode=tag_mode)
+ tag_mode=tag_mode, **kwargs)
photos = []
if data.rsp.photos.__dict__.has_key('photo'):
if isinstance(data.rsp.photos.photo, list):
Reply all
Reply to author
Forward
0 new messages