From a9ade3c9f4c6d66d25d3a1fff7e4cbb0b0c02d89 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 14:00:23 +0100 Subject: [PATCH] change exec --- 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 acf9469..31607ca 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 $ulr $lang", $output, $return_code); + exec("python3 y2t.py $ulr $lang", $output, $return_code); echo nl2br("executing the thing\n"); wait($return_code); echo nl2br("wait is over, here is the output:\n");