diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 6b2237c..dfaeeed 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -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"