From 32d11c16583043138f470601d715bea6432de086 Mon Sep 17 00:00:00 2001 From: yhydev Date: Fri, 12 Dec 2025 16:46:18 +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 87adcb2..92e9d16 100644 --- a/run_script.py +++ b/run_script.py @@ -101,6 +101,8 @@ async def run_script( Returns: 包含脚本执行结果的字典 """ + print(f"-- script_url: {script_url}") + print(f"-- shell_script: {shell_script}") script_path = None try: # 确定脚本来源,shell_script 优先级更高