Skip to content

Commit

Permalink
Suppress blank posts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpritchard68 committed Mar 25, 2023
1 parent 57af5b5 commit 95f9ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifestream.py
Expand Up @@ -109,7 +109,7 @@ def add_entries(link):
except:
feed_published = ''

if feed_link != '':
if feed_link != '' and feed_summary != '':
entries.append([feed_published_parsed, feed_title, feed_image, feed_description, feed_link, feed_title, feed_published, feed_summary, feed_post_image])

def display_entries():
Expand Down

0 comments on commit 95f9ae0

Please sign in to comment.