add missing parameter
This commit is contained in:
parent
99641aee5c
commit
c437c99ead
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ class ProfileFormatter(IFormatter):
|
||||||
result += u'\t' * level + u'%-20s %s\n' % (node.label + ':', value)
|
result += u'\t' * level + u'%-20s %s\n' % (node.label + ':', value)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def format_obj(self, obj):
|
def format_obj(self, obj, alias):
|
||||||
result = u'Nickname: %s\n' % obj.name
|
result = u'Nickname: %s\n' % obj.name
|
||||||
if obj.status & Contact.STATUS_ONLINE:
|
if obj.status & Contact.STATUS_ONLINE:
|
||||||
s = 'online'
|
s = 'online'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue