From 87d4b8a26c65b0c49e211c77e54c5a7c310b16ce Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 28 Dec 2020 10:29:20 -0500 Subject: [PATCH] fixed FCM log message --- apprise/plugins/NotifyFCM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise/plugins/NotifyFCM.py b/apprise/plugins/NotifyFCM.py index 2f1e5f80..483f7d66 100644 --- a/apprise/plugins/NotifyFCM.py +++ b/apprise/plugins/NotifyFCM.py @@ -218,7 +218,7 @@ class NotifyFCM(NotifyBase): except requests.RequestException as e: self.logger.warning( - 'A Connection error occurred sending Techulus Push ' + 'A Connection error occurred sending FCM ' 'notification.' ) self.logger.debug('Socket Exception: %s', str(e))