[imdb] biography purified

This commit is contained in:
Julien Veyssier 2013-03-06 15:29:13 +01:00
commit c23352fc22
2 changed files with 7 additions and 7 deletions

View file

@ -367,6 +367,6 @@ class Cineoob(ReplApplication):
return 3
for backend, bio in self.do('get_person_biography', person.id):
print bio
print '%s :\n\n%s' % (person.name,bio)
if bio != NotAvailable:
self.flush()