mirror of https://github.com/caronc/apprise
minor fixes
parent
0707b166f0
commit
d933c1b7e3
|
@ -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),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue