will this work???

This commit is contained in:
edbrz9 2022-12-29 12:57:29 +01:00
parent 8c6f7ea384
commit a348d8ef26
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
echo $lang;
echo nl2br("\n");
$output = exec("python3 y2t.py $ulr $lang", $output);
$output = exec("python3 y2t.py " . $ulr . " " . $lang, $output);
sleep(5);
echo $output;
echo nl2br("\n");