refactoring, lol

This commit is contained in:
edbrz9 2022-12-29 15:39:56 +01:00
parent e3df171699
commit 9831af465c
1 changed files with 1 additions and 1 deletions

View File

@ -61,5 +61,5 @@ if currentString:
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 + '»:' + sList[i])
print('This is part '+ str(i+1) +'/'+ str(blocks) + ' of the transcript of a video named: «' + title + '»: ' + sList[i])