From d933c1b7e3ddd33b51981fb5f972aebd8b670d74 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 24 Aug 2025 11:30:01 -0400 Subject: [PATCH] minor fixes --- apprise/plugins/notificationapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise/plugins/notificationapi.py b/apprise/plugins/notificationapi.py index 299df987..1f791301 100644 --- a/apprise/plugins/notificationapi.py +++ b/apprise/plugins/notificationapi.py @@ -502,7 +502,7 @@ class NotifyNotificationAPI(NotifyBase): for x in self.sms_targets], [ NotifyNotificationAPI.quote(x, safe="") - for x in self.id_targets], + for x["id"] in self.id_targets], )), params=NotifyNotificationAPI.urlencode(params), )