python-api-client icon indicating copy to clipboard operation
python-api-client copied to clipboard

FeedlyData object doesn't iterate well.

Open OverlordQ opened this issue 6 years ago • 0 comments

I noticed sometimes when returning contents of entries there's a content field, othertimes there's a fullContent field.

The way FeedlyData is implemented, if you try to:

if 'content' in entry:

will result in an infinite loop.

OverlordQ avatar Jun 28 '19 21:06 OverlordQ