will this work???
This commit is contained in:
parent
fce15a92ce
commit
c259e8d7a3
|
@ -21,12 +21,10 @@
|
||||||
echo $lang;
|
echo $lang;
|
||||||
echo nl2br("\n");
|
echo nl2br("\n");
|
||||||
|
|
||||||
$output = exec("python3 test.py");
|
$output = exec("python3 y2t.py $ulr $lang", $output);
|
||||||
sleep(5);
|
sleep(5);
|
||||||
echo $output;
|
echo $output;
|
||||||
echo nl2br("\n");
|
echo nl2br("\n");
|
||||||
|
|
||||||
sleep(5);
|
|
||||||
echo "check"
|
echo "check"
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue