add missing parameter

This commit is contained in:
Romain Bignon 2012-04-06 13:57:01 +02:00
commit c437c99ead

View file

@ -183,7 +183,7 @@ class ProfileFormatter(IFormatter):
result += u'\t' * level + u'%-20s %s\n' % (node.label + ':', value)
return result
def format_obj(self, obj):
def format_obj(self, obj, alias):
result = u'Nickname: %s\n' % obj.name
if obj.status & Contact.STATUS_ONLINE:
s = 'online'