fix impress eval : extending sleep time to ensure save
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user