From 3838f69d2c3f3ca2cf703bfcc1f6ec48a898658a Mon Sep 17 00:00:00 2001 From: yhydev Date: Fri, 12 Dec 2025 16:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_script.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_script.py b/run_script.py index d4be9a6..87adcb2 100644 --- a/run_script.py +++ b/run_script.py @@ -179,6 +179,8 @@ def start( Returns: 包含脚本执行结果的字典 """ + print(f"script_url: {script_url}") + print(f"shell_script: {shell_script}") return run_script( script_url=script_url, shell_script=shell_script