change exec
This commit is contained in:
parent
3c92eba53a
commit
a9ade3c9f4
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue