This commit is contained in:
edbrz9 2022-12-29 12:40:17 +01:00
parent 02e2b37ddf
commit 2a7a36e5dc
1 changed files with 1 additions and 1 deletions

View File

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