check write end
This commit is contained in:
parent
863944613f
commit
0def3848d0
|
@ -69,5 +69,6 @@ for i in range(blocks):
|
||||||
print('This is part '+ str(i+1) +'/'+ str(blocks) + " of the transcript of a video named: "+ title)
|
print('This is part '+ str(i+1) +'/'+ str(blocks) + " of the transcript of a video named: "+ title)
|
||||||
print(sList[i])
|
print(sList[i])
|
||||||
|
|
||||||
|
with open ("output/hello_end.txt", 'w') as file:
|
||||||
|
file.write("hello file check end")
|
||||||
exit(0)
|
exit(0)
|
Loading…
Reference in New Issue