Commit 60808e93 by Gregory Martin

pep8

parent 0c06b14e
...@@ -62,7 +62,7 @@ def _track_notification_sent(message, context): ...@@ -62,7 +62,7 @@ def _track_notification_sent(message, context):
properties = { properties = {
'site': context['site'].domain, 'site': context['site'].domain,
'app_label': 'discussion', 'app_label': 'discussion',
'name': 'responsenotification', # This is 'Campaign' in GA 'name': 'responsenotification', # This is 'Campaign' in GA
'language': message.language, 'language': message.language,
'uuid': unicode(message.uuid), 'uuid': unicode(message.uuid),
'send_uuid': unicode(message.send_uuid), 'send_uuid': unicode(message.send_uuid),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment