check
This commit is contained in:
parent
a9ade3c9f4
commit
f35761c501
|
@ -21,9 +21,13 @@
|
||||||
echo $lang;
|
echo $lang;
|
||||||
echo nl2br("\n");
|
echo nl2br("\n");
|
||||||
|
|
||||||
exec("python3 y2t.py $ulr $lang", $output, $return_code);
|
exec("python3 y2t.py $ulr $lang", $output, $return);
|
||||||
echo nl2br("executing the thing\n");
|
echo nl2br("executing the thing\n");
|
||||||
wait($return_code);
|
//wait($return_code);
|
||||||
|
|
||||||
|
var_export($output);
|
||||||
|
var_export($ret);
|
||||||
|
|
||||||
echo nl2br("wait is over, here is the output:\n");
|
echo nl2br("wait is over, here is the output:\n");
|
||||||
echo $output;
|
echo $output;
|
||||||
echo nl2br("\n END OF THE OUTPUT");
|
echo nl2br("\n END OF THE OUTPUT");
|
||||||
|
|
Loading…
Reference in New Issue