I get an AttributeError on line 89, AttributeError: 'Content' object has no attribute 'feed_url', where Content is an entity in my model: if result.feed_url in query_result_set: Not sure where the feed_url should come from.
I get an AttributeError on line 89, AttributeError: 'Content' object has no attribute 'feed_url', where Content is an entity in my model:
if result.feed_url in query_result_set:
Not sure where the feed_url should come from.