From abb0b3996efb1cb23bdfae78037f7784767e57b8 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 12:33:06 +0100 Subject: [PATCH] fix typo --- 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 45b67ed..c78050d 100644 --- a/proj/y2t/y2t.py +++ b/proj/y2t/y2t.py @@ -61,4 +61,4 @@ 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(blocks[i]) + print(sList[i])