Skip to content

Commit

Permalink
Obvious error is obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed May 17, 2024
1 parent d9456e1 commit 87b32ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sausage_bot/util/feeds_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def split_list(lst, chunk_size):
]
)
# Return None if empty db
if len(feeds_out) <= 0:
if feeds_out is None:
log.log('No feeds in database')
return None
headers = ('Feed', 'URL', 'Channel')
Expand Down

0 comments on commit 87b32ab

Please sign in to comment.