Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kariton committed Sep 27, 2023
1 parent 1976cf3 commit c591f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss-ntfy/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def process_feed(data_json):
total_items = len(feed_data.entries)

if feed_data.status != 200:
logger.error(f"Feed unavailable: {service} - {feed} - {feed_url} - {ntfy_server}/{ntfy_topic}
logger.error(f"Feed unavailable: {service} - {feed} - {feed_url} - {ntfy_server}/{ntfy_topici}")
return

for item in feed_data.entries:
Expand Down

0 comments on commit c591f9b

Please sign in to comment.