change exec

This commit is contained in:
edbrz9 2022-12-29 14:00:23 +01:00
parent 3c92eba53a
commit a9ade3c9f4
1 changed files with 1 additions and 1 deletions

View File

@ -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");