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" ?>