From b559b14669b69536eca1c9e04bc0e6df7b7887d4 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 6 Dec 2023 22:54:58 -0500 Subject: [PATCH] Fix typo in notifications.py --- rfd_notify/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfd_notify/notifications.py b/rfd_notify/notifications.py index c7fd3e1..85e2dff 100644 --- a/rfd_notify/notifications.py +++ b/rfd_notify/notifications.py @@ -12,7 +12,7 @@ def send_notification( topic: Topic, posts: List[Post], expression: str, servers: str ) -> None: if servers is None: - logger.warning("APPRISE_URL is not set. Will not send notifcation") + logger.warning("APPRISE_URL is not set. Will not send notification") return apobj = apprise.Apprise()