From d5c24653d1c85ea89d5f6e59ca3122e1b3660150 Mon Sep 17 00:00:00 2001 From: MaelREBOUX Date: Sun, 24 Oct 2021 16:05:59 +0200 Subject: [PATCH] Update test.py --- api/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/test.py b/api/test.py index a75df9f..7c31efe 100644 --- a/api/test.py +++ b/api/test.py @@ -23,7 +23,7 @@ def get_shell_script_output_using_check_output(): def main(): - return '
'+get_shell_script_output_using_communicate()+'
' + return '
'+get_shell_script_output_using_check_output()+'
' pass