code style fix

This commit is contained in:
venusbb
2017-12-05 11:23:21 +00:00
parent 1c1cdbdf7c
commit 81ead8b246

View File

@@ -68,4 +68,4 @@ def send_delivery_status_to_service(self, notification_id):
try:
self.retry(queue=QueueNames.RETRY)
except self.MaxRetriesExceededError:
current_app.logger.exception('Retry: send_delivery_status_to_service has retried the max number of times')
current_app.logger.exception('Retry: send_delivery_status_to_service has retried the max num of times')