diff --git a/weboob/applications/havesex/havesex.py b/weboob/applications/havesex/havesex.py index 8f4f3a05..29140912 100644 --- a/weboob/applications/havesex/havesex.py +++ b/weboob/applications/havesex/havesex.py @@ -61,7 +61,7 @@ class ProfileFormatter(IFormatter): result += u'Status: %s (%s)\n' % (s, item['status_msg']) result += u'Photos:\n' for name, photo in item['photos'].iteritems(): - result += u'\t%s\n' % photo + result += u'\t%s%s\n' % (photo, ' (hidden)' if photo.hidden else '') result += u'Profile:\n' for head in item['profile']: result += self.print_node(head)