From 2a7a36e5dcaf4d80758891cb156609f3b93496f9 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 12:40:17 +0100 Subject: [PATCH] test --- proj/y2t/handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"