This commit is contained in:
edbrz9 2022-12-29 13:25:26 +01:00
parent c3a06649c9
commit e54480ff4d
1 changed files with 3 additions and 0 deletions

View File

@ -64,3 +64,6 @@ blocks = len(sList)
for i in range(blocks):
print('This is part '+ str(i+1) +'/'+ str(blocks) + " of the transcript of a video named: "+ title)
print(sList[i])
exit(0)