mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 08:04:02 +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
|
||||
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):
|
||||
"""
|
||||
A wrapper for AWS SNS (Amazon Simple Notification)
|
||||
|
Loading…
Reference in New Issue
Block a user