From 9831af465c1969b5e9af0ec73a62c5c865b8e4af Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 15:39:56 +0100 Subject: [PATCH] refactoring, lol --- proj/y2t/y2t.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py index 7e36118..843a222 100644 --- a/proj/y2t/y2t.py +++ b/proj/y2t/y2t.py @@ -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])