mirror of
https://github.com/caronc/apprise.git
synced 2025-02-16 18:21:01 +01:00
Fixed PEP8 linting errors
This commit is contained in:
parent
1e2846f869
commit
c4cb97fa93
@ -60,9 +60,12 @@ IS_REGION = re.compile(
|
|||||||
|
|
||||||
# Extend HTTP Error Messages
|
# Extend HTTP Error Messages
|
||||||
AWS_HTTP_ERROR_MAP = {
|
AWS_HTTP_ERROR_MAP = {
|
||||||
403: 'Unauthorized - Invalid Access/Secret Key Combination, or insufficient IAM Permissions [`sns:Publish`,`sns:CreateTopic`]',
|
403: 'Unauthorized - Invalid Access/Secret Key Combination, or \
|
||||||
|
insufficient IAM Permissions: \
|
||||||
|
[`sns:Publish`,`sns:CreateTopic`]',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class NotifySNS(NotifyBase):
|
class NotifySNS(NotifyBase):
|
||||||
"""
|
"""
|
||||||
A wrapper for AWS SNS (Amazon Simple Notification)
|
A wrapper for AWS SNS (Amazon Simple Notification)
|
||||||
|
Loading…
Reference in New Issue
Block a user