retry with test.py

This commit is contained in:
edbrz9 2022-12-29 12:52:26 +01:00
parent b62f9d2d17
commit fce15a92ce
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");
$output = exec("python3 test.py");
sleep(5);
echo $output;
echo nl2br("\n");