tsyesika/PyPump

Feeds with no items will never use cache

kabniel opened this issue · 0 comments

Most of our Feed objects will do a server request if Feed.total_items is 0, this is caused by #147 which introduced a change where Feed objects with no items evaluates to False instead of True.