So in web2py/gluon/serializers.py in rss around line 107:
link=entry('link',None),
Needs to be changed to:
link=entry.get('link',None),
Should I post this to the github page or something?
So in web2py/gluon/serializers.py in rss around line 107:
link=entry('link',None),
Needs to be changed to:
link=entry.get('link',None),
Should I post this to the github page or something?