diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 7f1482d..186896c 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -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");