check write end

This commit is contained in:
edbrz9 2022-12-29 13:56:53 +01:00
parent 863944613f
commit 0def3848d0
1 changed files with 2 additions and 1 deletions

View File

@ -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)