fix impress eval : extending sleep time to ensure save

This commit is contained in:
shenzhennan
2025-07-14 12:34:43 +00:00
parent 60e26d2d0d
commit 53983db9cb

View File

@@ -63,14 +63,14 @@
"command": [ "command": [
"python", "python",
"-c", "-c",
"import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);" "import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(4.5);"
] ]
} }
}, },
{ {
"type": "sleep", "type": "sleep",
"parameters": { "parameters": {
"seconds": 0.5 "seconds": 4.5
} }
} }
], ],