优化代码

This commit is contained in:
yhydev
2025-12-12 16:46:18 +08:00
parent 3838f69d2c
commit 32d11c1658

View File

@@ -101,6 +101,8 @@ async def run_script(
Returns: Returns:
包含脚本执行结果的字典 包含脚本执行结果的字典
""" """
print(f"-- script_url: {script_url}")
print(f"-- shell_script: {shell_script}")
script_path = None script_path = None
try: try:
# 确定脚本来源shell_script 优先级更高 # 确定脚本来源shell_script 优先级更高