test
This commit is contained in:
parent
02e2b37ddf
commit
2a7a36e5dc
|
@ -19,7 +19,7 @@
|
|||
$lang = $_POST['lang'];
|
||||
echo $lang;
|
||||
|
||||
$output = exec("python3 y2t.py");
|
||||
$output = exec("python3 test.py");
|
||||
echo $output;
|
||||
sleep(5);
|
||||
echo "check"
|
||||
|
|
Loading…
Reference in New Issue