Skip to content

Commit

Permalink
Use feed short name when calling retrieve_new_episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp committed Nov 23, 2024
1 parent b67b5b5 commit 9bc1460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcast_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def process_feeds(
new_episodes: list[dict[str, Any]] = retrieve_new_episodes(
feed_episodes=episodes,
feed_database=feed_database,
feed_name=feed.name,
feed_name=feed.short_name,
guid_filter=feed.guid_filter,
days=feed.recent_days,
dry_run=dry_run,
Expand Down

0 comments on commit 9bc1460

Please sign in to comment.