mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-06 00:33:39 +00:00
Fix typo in notifications.py
This commit is contained in:
@@ -12,7 +12,7 @@ def send_notification(
|
|||||||
topic: Topic, posts: List[Post], expression: str, servers: str
|
topic: Topic, posts: List[Post], expression: str, servers: str
|
||||||
) -> None:
|
) -> None:
|
||||||
if servers is 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
|
return
|
||||||
|
|
||||||
apobj = apprise.Apprise()
|
apobj = apprise.Apprise()
|
||||||
|
Reference in New Issue
Block a user