From c591f9b2c32bd2b47d02e1d2357a89a0a7e08912 Mon Sep 17 00:00:00 2001 From: Kariton <67470612+Kariton@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:56:39 +0200 Subject: [PATCH] fix typo --- rss-ntfy/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss-ntfy/bot.py b/rss-ntfy/bot.py index a7f9d05..4cdd56b 100755 --- a/rss-ntfy/bot.py +++ b/rss-ntfy/bot.py @@ -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: