This commit is contained in:
edbrz9 2022-12-29 12:33:06 +01:00
parent 615e6b2a36
commit abb0b3996e
1 changed files with 1 additions and 1 deletions

View File

@ -61,4 +61,4 @@ blocks = len(sList)
for i in range(blocks): 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(blocks[i]) print(sList[i])