X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=sqs-action.py;h=a71d01d003620f8817793737bf6372d61758728c;hb=8f8b35ec9c80814a000d7cb479a9fbf475800273;hp=f092fd76b99dcb8d8c43abcf647933fee61bea5d;hpb=e508dbef1fbcebb59d2e35fb0c5acc65a0186fae;p=awsible diff --git a/sqs-action.py b/sqs-action.py index f092fd7..a71d01d 100755 --- a/sqs-action.py +++ b/sqs-action.py @@ -43,6 +43,7 @@ def handleEvent(message, event, ASGName, InstanceId): message.delete() else: notice += ['no action taken: no playbook for this ASG'] + message.delete() notify(notice[0], '\n'.join(notice))