From ee823a623c5d5f6facfe877f81b9d69a9b86e282 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 12:34:31 +0100 Subject: [PATCH] fix typo --- proj/y2t/handler.php | 34 ++++++++++++++++++++++++++++++++++ proj/y2t/y2t.py | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index e69de29..6b2237c 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -0,0 +1,34 @@ + + + +Y2T + + + + + + +
+ +

Welcome on the handler page

+ + + + +
+ + + + + \ No newline at end of file diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py index c78050d..0c42eee 100644 --- a/proj/y2t/y2t.py +++ b/proj/y2t/y2t.py @@ -60,5 +60,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) + print('This is part '+ str(i+1) +'/'+ str(blocks) + " of the transcript of a video named: "+ title) print(sList[i])