Fix unseen error.
Result of one of the previous changes. Almost didn't notice it.
This commit is contained in:
parent
1d8d2451bb
commit
570998719b
|
@ -85,7 +85,7 @@ class Result(object):
|
||||||
@property
|
@property
|
||||||
def details(self):
|
def details(self):
|
||||||
''' Get a simplified set of answers with some context. '''
|
''' Get a simplified set of answers with some context. '''
|
||||||
return {pod.title: pod.details for pod in self.pods}
|
return {pod.title: pod.text for pod in self.pods}
|
||||||
|
|
||||||
class Pod(object):
|
class Pod(object):
|
||||||
''' Groups answers and information contextualizing those answers. '''
|
''' Groups answers and information contextualizing those answers. '''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user