[imdb] roles of person, not finished

This commit is contained in:
Julien Veyssier 2013-03-05 02:17:00 +01:00
commit 0029ade423
2 changed files with 14 additions and 2 deletions

View file

@ -122,7 +122,7 @@ class PersonInfoFormatter(IFormatter):
for role,lmovies in obj.roles.items():
result += ' -- %s\n' % role
for movie in lmovies:
result += ' * %s\n' % movie.original_title
result += ' * %s\n' % movie
result += '\n%sBiography%s\n' % (self.BOLD, self.NC)
result += '%s'%obj.biography
return result