diff --git a/weboob/applications/boobmsg/boobmsg.py b/weboob/applications/boobmsg/boobmsg.py index 650cc670..ee428fd7 100644 --- a/weboob/applications/boobmsg/boobmsg.py +++ b/weboob/applications/boobmsg/boobmsg.py @@ -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'