Retrieved the first two activities
Traceback (most recent call last):
File "buzz.py", line 126, in <module>
main(sys.argv)
File "buzz.py", line 113, in main
activitylist = activities.list_next(activitylist).execute()
AttributeError: 'NoneType' object has no attribute 'execute'
Fix sample to check for None returned from list_next().
Original issue reported on code.google.com by jcgregorio@google.com on 19 Sep 2011 at 5:26
Original issue reported on code.google.com by
jcgregorio@google.com
on 19 Sep 2011 at 5:26