mirror of
https://github.com/caronc/apprise.git
synced 2025-02-22 21:21:14 +01:00
mailgun http error code lookup bugfix
This commit is contained in:
parent
fec6de1403
commit
f18b7c83ac
@ -535,7 +535,7 @@ class NotifyMailgun(NotifyBase):
|
||||
# We had a problem
|
||||
status_str = \
|
||||
NotifyBase.http_response_code_lookup(
|
||||
r.status_code, MAILGUN_API_LOOKUP)
|
||||
r.status_code, MAILGUN_HTTP_ERROR_MAP)
|
||||
|
||||
self.logger.warning(
|
||||
'Failed to send Mailgun notification to {}: '
|
||||
|
Loading…
Reference in New Issue
Block a user