pull/2018/head
dgtlmoon 1 year ago
parent 8177ccea66
commit ed27d8f17c

@ -90,7 +90,6 @@ def apprise_custom_api_call_wrapper(body, title, notify_type, *args, **kwargs):
if not k.strip('+-') in results['qsd+'].keys(): if not k.strip('+-') in results['qsd+'].keys():
params[URLBase.unquote(k)] = URLBase.unquote(v) params[URLBase.unquote(k)] = URLBase.unquote(v)
# Determine Authentication # Determine Authentication
auth = '' auth = ''
if results.get('user') and results.get('password'): if results.get('user') and results.get('password'):
@ -106,10 +105,10 @@ def apprise_custom_api_call_wrapper(body, title, notify_type, *args, **kwargs):
pass pass
r(results.get('url'), r(results.get('url'),
headers=headers, auth=auth,
data=body, data=body,
params=params, headers=headers,
auth=auth params=params
) )

Loading…
Cancel
Save