posts:// for notifications also

post-request-encoding
dgtlmoon 6 months ago
parent 1813977133
commit d3f6b92670

@ -107,7 +107,7 @@ def apprise_custom_api_call_wrapper(body, title, notify_type, *args, **kwargs):
r(results.get('url'), r(results.get('url'),
auth=auth, auth=auth,
data=body, data=body.encode('utf-8') if type(body) is str else body,
headers=headers, headers=headers,
params=params params=params
) )

Loading…
Cancel
Save