fix typo write

This commit is contained in:
Xaloc 2023-10-04 17:17:10 +02:00
parent 6df2d95b1c
commit dbc41bd906

2
app.py
View File

@ -55,4 +55,4 @@ if __name__=="__main__":
text = large_audio(fname)
fname = "transcript.txt"
with open(fname, 'w') as f:
f.writeline(text)
f.writelines(text)