diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index acf9469..31607ca 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -21,7 +21,7 @@ echo $lang; echo nl2br("\n"); - $output = exec("python3 y2t.py $ulr $lang", $output, $return_code); + 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");