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=1zmtomIzSgSjnYZbhgtH4n90L5mV9bS7L&export=download&authuser=0&confirm=t&uuid=1966ab03-1e17-447a-aeb4-71a753eca196&at=APZUnTVoWHV6z8LJi5VHADuQE6VG:1705319233167",
|
||||
"path": "Desktop/Forests.pptx"
|
||||
"path": "/home/user/Desktop/Forests.pptx"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"type": "open",
|
||||
"parameters": {
|
||||
"path": "Desktop/Forests.pptx"
|
||||
"path": "/home/user/Desktop/Forests.pptx"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -66,7 +66,7 @@
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "Desktop/Forests.pptx",
|
||||
"path": "/home/user/Desktop/Forests.pptx",
|
||||
"dest": "Forests.pptx"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user