From d2a7a7b3c9ef84bdba60c9ef927834d326ae707d Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Tue, 16 May 2017 13:55:32 +0100 Subject: [PATCH] Fixed error in code --- app/notifications/process_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/notifications/process_notifications.py b/app/notifications/process_notifications.py index 41b6614cb..7a8cf9065 100644 --- a/app/notifications/process_notifications.py +++ b/app/notifications/process_notifications.py @@ -81,7 +81,7 @@ def persist_notification( if redis_store.get_all_from_hash(cache_key_for_service_template_counter(service.id)): redis_store.increment_hash_value(cache_key_for_service_template_counter(service.id), template_id) current_app.logger.info( - "{} {} created at {}".format(notification_type, notification_id, notification_created_at) + "{} {} created at {}".format(notification_type, notification_id, created_at) ) return notification