fix Desktop path error, revise main.py and update google writer tutorial
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1LErTnC_w_YPQVo84QK5sifww9xZ-Cq0X&export=download&authuser=0&confirm=t&uuid=81ff0aaf-9c2e-4342-b7ce-36e65dd2218e&at=APZUnTUmQKCTp2HUP0dOqYqD10G3:1705479016156",
|
||||
"path": "Desktop/AM_Last_Page_Template.pptx"
|
||||
"path": "/home/user/Desktop/AM_Last_Page_Template.pptx"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"type": "open",
|
||||
"parameters": {
|
||||
"path": "Desktop/AM_Last_Page_Template.pptx"
|
||||
"path": "/home/user/Desktop/AM_Last_Page_Template.pptx"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -61,7 +61,7 @@
|
||||
"func": "check_slide_orientation_Portrait",
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "Desktop/AM_Last_Page_Template.pptx",
|
||||
"path": "/home/user/Desktop/AM_Last_Page_Template.pptx",
|
||||
"dest": "AM_Last_Page_Template.pptx"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user