From c259e8d7a371ec1f8adf95a934e021f8a4617c8b Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 12:55:09 +0100 Subject: [PATCH] will this work??? --- proj/y2t/handler.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 186896c..965df87 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -21,12 +21,10 @@ echo $lang; echo nl2br("\n"); - $output = exec("python3 test.py"); + $output = exec("python3 y2t.py $ulr $lang", $output); sleep(5); echo $output; echo nl2br("\n"); - - sleep(5); echo "check" ?>