Fix typo in notifications.py

This commit is contained in:
Dave Gallant
2023-12-06 22:54:58 -05:00
committed by GitHub
parent 9c8be91f1f
commit b559b14669

View File

@@ -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()