Remove ooer message

This commit is contained in:
Fergal Moran
2014-01-28 12:50:48 +00:00
parent ba29ca715f
commit 2006f09299

View File

@@ -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
print "Error sending new follower: %s" % ex.message