mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-28 00:16:01 +00:00
Remove ooer message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user