fixed bug in cli that didn't handle txt files (from google)
This commit is contained in:
@@ -10,7 +10,7 @@ def vo(self):
|
||||
if word['always_capitalized']:
|
||||
word_word = word['word'].title()
|
||||
else:
|
||||
word_word['word']
|
||||
word_word = word['word']
|
||||
|
||||
transcript.append({
|
||||
'start': word['start'],
|
||||
|
||||
Reference in New Issue
Block a user