From 9c6b029f87af32a062ce6251de6249d4abbd9fd1 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Fri, 20 Feb 2015 16:07:02 -0500 Subject: [PATCH] cloudwatch: update docs --- util/cloudwatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cloudwatch.py b/util/cloudwatch.py index b75dadf31..abf71a254 100644 --- a/util/cloudwatch.py +++ b/util/cloudwatch.py @@ -9,7 +9,7 @@ logger = logging.getLogger(__name__) def get_queue(app): """ - Returns a queue to the CloudWatchSender. If a queue/sender do not exist, creates them. + Returns a queue to a new CloudWatchSender. """ access_key = app.config['CLOUDWATCH_AWS_ACCESS_KEY'] secret_key = app.config['CLOUDWATCH_AWS_SECRET_KEY']