优化代码

This commit is contained in:
yhydev
2025-12-12 16:42:03 +08:00
parent 3ebc3aea0d
commit 3838f69d2c

View File

@@ -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