[allocine] roles in get_person
This commit is contained in:
parent
efc49bc596
commit
63c769305d
3 changed files with 7 additions and 2 deletions
|
|
@ -84,7 +84,6 @@ class Person(QFrame):
|
|||
QApplication.setOverrideCursor(Qt.WaitCursor)
|
||||
self.backend.fill_person(self.person, 'biography')
|
||||
bio = self.person.biography
|
||||
#bio = self.backend.get_person_biography(self.person.id)
|
||||
self.ui.shortBioPlain.setPlainText(bio)
|
||||
self.ui.biographyLabel.setText('Full biography:')
|
||||
self.ui.biographyButton.hide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue