From c3a06649c9b5eb760a670fb639ebd322ac2281a6 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 13:24:34 +0100 Subject: [PATCH] ... --- proj/y2t/handler.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 55fb5cc..acf9469 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -22,9 +22,11 @@ echo nl2br("\n"); $output = exec("python3 y2t.py $ulr $lang", $output, $return_code); + echo nl2br("executing the thing\n"); wait($return_code); + echo nl2br("wait is over, here is the output:\n"); echo $output; - echo nl2br("\n"); + echo nl2br("\n END OF THE OUTPUT"); echo "check" ?>