From 2006f09299507077c5e5e8cbf4b06dfbf495b9fd Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 28 Jan 2014 12:50:48 +0000 Subject: [PATCH] Remove ooer message --- spa/signals.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spa/signals.py b/spa/signals.py index dec362a..5f2181b 100755 --- a/spa/signals.py +++ b/spa/signals.py @@ -121,7 +121,7 @@ def user_followers_changed(sender, **kwargs): notification.notification_url = wrap_full(source_user.get_absolute_url()) notification.verb = "followed" - notification.target = "Lick my balls" + notification.target = target_user.get_nice_name() notification.save() except Exception, ex: - print "Error sending new follower: %s" % ex.message \ No newline at end of file + print "Error sending new follower: %s" % ex.message