tykiww commited on
Commit
5794520
·
verified ·
1 Parent(s): c99c9ac

Update services/qa_service/qna.py

Browse files
Files changed (1) hide show
  1. services/qa_service/qna.py +1 -1
services/qa_service/qna.py CHANGED
@@ -28,7 +28,7 @@ class QAService:
28
  collect = i['metadata']['_node_content']
29
  content = json.loads(collect)
30
  parsed.append({
31
- "speakers": content["speakers"],
32
  "text": content["text"]
33
  })
34
 
 
28
  collect = i['metadata']['_node_content']
29
  content = json.loads(collect)
30
  parsed.append({
31
+ "speakers": content["metadata"]["speakers"],
32
  "text": content["text"]
33
  })
34