Skip to content

Commit

Permalink
posts:// for notifications also
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Jul 27, 2024
1 parent 1813977 commit d3f6b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changedetectionio/notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def apprise_custom_api_call_wrapper(body, title, notify_type, *args, **kwargs):

r(results.get('url'),
auth=auth,
data=body,
data=body.encode('utf-8') if type(body) is str else body,
headers=headers,
params=params
)
Expand Down

0 comments on commit d3f6b92

Please sign in to comment.