fixed viral_overlay output key name

This commit is contained in:
2019-02-19 09:33:51 -05:00
parent e36c8ba30e
commit 11776eaa07

View File

@@ -95,7 +95,7 @@ class TranscriptConverter:
return json.dumps(
[{'start': word['start'],
'stop': word['end'],
'word': word['word']}
'text': word['word']}
for word in self.converted_words],
indent=4
)